diff options
author | Uģis Ozols <ugis.ozolss@gmail.com> | 2014-01-27 11:43:09 +0200 |
---|---|---|
committer | Uģis Ozols <ugis.ozolss@gmail.com> | 2014-01-27 11:43:09 +0200 |
commit | e0bf46690bfc08b4f545f9632a5365797d2346fd (patch) | |
tree | b907e3633e2a46bb002d2a375fbe9ecbdd4e881c /Rakefile | |
parent | de653854e58fe20239df67a0bd5db0576d7ddf89 (diff) | |
download | refinerycms-blog-e0bf46690bfc08b4f545f9632a5365797d2346fd.tar.gz refinerycms-blog-e0bf46690bfc08b4f545f9632a5365797d2346fd.tar.bz2 refinerycms-blog-e0bf46690bfc08b4f545f9632a5365797d2346fd.zip |
Get rid of load_tasks which doesn't work anymore.
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -13,7 +13,6 @@ if File.exists?(APP_RAKEFILE) end require "refinerycms-testing" -# Refinery::Testing::Railtie.load_tasks Refinery::Testing::Railtie.load_dummy_tasks(ENGINE_PATH) load File.expand_path('../tasks/rspec.rake', __FILE__) |