Don't need testing task if we require refinery-settings.

This commit is contained in:
Uģis Ozols 2012-03-01 14:00:09 +02:00
parent c6f36117a7
commit 52b1fce8aa
2 changed files with 0 additions and 11 deletions

View file

@ -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__)

View 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