aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorUģis Ozols <ugis.ozolss@gmail.com>2012-06-08 13:54:55 +0300
committerUģis Ozols <ugis.ozolss@gmail.com>2012-06-08 13:54:55 +0300
commit7743fab73a5c60d9f5f0cf2ce65a3f0914b1376f (patch)
tree5c383d994a78f0bcc29e386324d7c0f71620721d /Rakefile
parent91114fd8370453ef52444ff98f1e06a19af0de08 (diff)
downloadrefinerycms-blog-7743fab73a5c60d9f5f0cf2ce65a3f0914b1376f.tar.gz
refinerycms-blog-7743fab73a5c60d9f5f0cf2ce65a3f0914b1376f.tar.bz2
refinerycms-blog-7743fab73a5c60d9f5f0cf2ce65a3f0914b1376f.zip
Use 'spec' as default rake task.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 743f388..9ec63c6 100644
--- a/Rakefile
+++ b/Rakefile
@@ -17,3 +17,5 @@ Refinery::Testing::Railtie.load_tasks
Refinery::Testing::Railtie.load_dummy_tasks(ENGINE_PATH)
load File.expand_path('../tasks/rspec.rake', __FILE__)
+
+task :default => :spec