From 7743fab73a5c60d9f5f0cf2ce65a3f0914b1376f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?U=C4=A3is=20Ozols?= Date: Fri, 8 Jun 2012 13:54:55 +0300 Subject: Use 'spec' as default rake task. --- Rakefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Rakefile') 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 -- cgit v1.2.3