diff options
author | Uģis Ozols <ugis.ozolss@gmail.com> | 2012-03-01 14:00:09 +0200 |
---|---|---|
committer | Uģis Ozols <ugis.ozolss@gmail.com> | 2012-03-01 14:00:09 +0200 |
commit | 52b1fce8aa7071497b9361ebcc099539eafe7c21 (patch) | |
tree | 20e07ea3f86c3f572525510dcaefcf433952b759 /Rakefile | |
parent | c6f36117a77a383c93d7ce257fce15af1ca2a047 (diff) | |
download | refinerycms-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 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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__) - |