aboutsummaryrefslogtreecommitdiffstats
path: root/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'tasks')
-rw-r--r--tasks/testing.rake9
1 files changed, 0 insertions, 9 deletions
diff --git a/tasks/testing.rake b/tasks/testing.rake
deleted file mode 100644
index 973837f..0000000
--- a/tasks/testing.rake
+++ /dev/null
@@ -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