From 82ca14af894df6a1fd791d0ff3737394ee3919e1 Mon Sep 17 00:00:00 2001 From: Jamie Winsor Date: Thu, 4 Aug 2011 15:53:53 -0700 Subject: Update Rakefile to include rspec task --- Rakefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 0c5b448..f64a55d 100644 --- a/Rakefile +++ b/Rakefile @@ -20,6 +20,11 @@ RDoc::Task.new(:rdoc) do |rdoc| rdoc.rdoc_files.include('lib/**/*.rb') end +require 'rspec/core/rake_task' + +desc "Run specs" +RSpec::Core::RakeTask.new + APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__) load 'rails/tasks/engine.rake' load 'refinery/tasks/testing.rake' -- cgit v1.2.3