aboutsummaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--Rakefile2
-rw-r--r--tasks/testing.rake9
2 files changed, 0 insertions, 11 deletions
diff --git a/Rakefile b/Rakefile
index 38a827d..743f388 100644
--- a/Rakefile
+++ b/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__)
-
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