From 4891d578e3a8b2f008a90baac99b74887d243e7b Mon Sep 17 00:00:00 2001 From: Gregg Van Hove and Rajan Agaskar Date: Thu, 19 Sep 2013 10:14:46 -0700 Subject: [PATCH] Set default rake task --- Rakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Rakefile b/Rakefile index 19072dbf..a5661869 100644 --- a/Rakefile +++ b/Rakefile @@ -8,9 +8,11 @@ Dir["#{File.dirname(__FILE__)}/tasks/**/*.rb"].each do |file| end # TODO: Is there better way to invoke this using Jasmine gem??? +desc "Run jasmine core specs in a browser." task :core_spec do exec "ruby spec/jasmine_self_test_spec.rb" end +task :default => :core_spec namespace :jasmine do task :server do