2 changed files with 10 additions and 2 deletions
@ -1 +1,9 @@
|
||||
require "bundler/gem_tasks" |
||||
|
||||
APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__) |
||||
load 'rails/tasks/engine.rake' |
||||
|
||||
desc "Run all specs in spec directory (excluding plugin specs)" |
||||
RSpec::Core::RakeTask.new(:spec => 'app:db:test:prepare') |
||||
|
||||
task :default => :spec |
||||
|
Loading…
Reference in new issue