Update Rakefile to include rspec task
This commit is contained in:
parent
ee215655cb
commit
82ca14af89
1 changed files with 5 additions and 0 deletions
5
Rakefile
5
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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue