aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorJamie Winsor <jamie@enmasse.com>2011-10-28 12:32:22 -0700
committerJamie Winsor <jamie@enmasse.com>2011-10-28 13:05:22 -0700
commitbe06f1658db9094e74a7e4d86c6d11231a58a9a4 (patch)
treeeeebd8d0bf365d2ca463fb3c861540613d92ff04 /Rakefile
parent3165574730abe9515061e07fbc43433a2e4a50ad (diff)
downloadrefinerycms-blog-be06f1658db9094e74a7e4d86c6d11231a58a9a4.tar.gz
refinerycms-blog-be06f1658db9094e74a7e4d86c6d11231a58a9a4.tar.bz2
refinerycms-blog-be06f1658db9094e74a7e4d86c6d11231a58a9a4.zip
Add rspec rake tasks
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 8fb342e..320b14a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -14,3 +14,5 @@ end
require "refinerycms-testing"
Refinery::Testing::Railtie.load_tasks
+
+load File.expand_path('../tasks/rspec.rake', __FILE__)