aboutsummaryrefslogtreecommitdiffstats
path: root/tasks
diff options
context:
space:
mode:
authorUģis Ozols <ugis.ozolss@gmail.com>2012-03-01 14:00:09 +0200
committerUģis Ozols <ugis.ozolss@gmail.com>2012-03-01 14:00:09 +0200
commit52b1fce8aa7071497b9361ebcc099539eafe7c21 (patch)
tree20e07ea3f86c3f572525510dcaefcf433952b759 /tasks
parentc6f36117a77a383c93d7ce257fce15af1ca2a047 (diff)
downloadrefinerycms-blog-52b1fce8aa7071497b9361ebcc099539eafe7c21.tar.gz
refinerycms-blog-52b1fce8aa7071497b9361ebcc099539eafe7c21.tar.bz2
refinerycms-blog-52b1fce8aa7071497b9361ebcc099539eafe7c21.zip
Don't need testing task if we require refinery-settings.
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