Don't need testing task if we require refinery-settings.
This commit is contained in:
parent
c6f36117a7
commit
52b1fce8aa
2 changed files with 0 additions and 11 deletions
2
Rakefile
2
Rakefile
|
@ -17,5 +17,3 @@ Refinery::Testing::Railtie.load_tasks
|
|||
Refinery::Testing::Railtie.load_dummy_tasks(ENGINE_PATH)
|
||||
|
||||
load File.expand_path('../tasks/rspec.rake', __FILE__)
|
||||
load File.expand_path('../tasks/testing.rake', __FILE__)
|
||||
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
namespace :refinery do
|
||||
namespace :testing do
|
||||
task :setup_extension do
|
||||
task = "bundle exec rake -f #{Refinery::Testing::Railtie.target_engine_path.join('Rakefile')} "
|
||||
task << "app:railties:install:migrations FROM='refinery_settings'"
|
||||
system task
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue