|
|
@ -3,6 +3,8 @@ require "bundler/gem_tasks" |
|
|
|
APP_RAKEFILE = File.expand_path("../spec/rails_app/Rakefile", __FILE__) |
|
|
|
APP_RAKEFILE = File.expand_path("../spec/rails_app/Rakefile", __FILE__) |
|
|
|
load 'rails/tasks/engine.rake' |
|
|
|
load 'rails/tasks/engine.rake' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
require 'rspec/core/rake_task' |
|
|
|
|
|
|
|
|
|
|
|
desc "Run all specs in spec directory (excluding plugin specs)" |
|
|
|
desc "Run all specs in spec directory (excluding plugin specs)" |
|
|
|
RSpec::Core::RakeTask.new(:spec => 'app:db:test:prepare') |
|
|
|
RSpec::Core::RakeTask.new(:spec => 'app:db:test:prepare') |
|
|
|
|
|
|
|
|
|
|
|