From 4ea4ed25eefa6626b6b64f4e82c8f94eabb0fc48 Mon Sep 17 00:00:00 2001 From: Greg Cobb and JR Boyens Date: Fri, 19 Jul 2013 14:29:35 -0700 Subject: [PATCH] Revert previous change --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index ec2bd714..19072dbf 100644 --- a/Rakefile +++ b/Rakefile @@ -7,7 +7,7 @@ Dir["#{File.dirname(__FILE__)}/tasks/**/*.rb"].each do |file| require file end -# TODO: Is there better way to invoke this using Jasmine gem??? +# TODO: Is there better way to invoke this using Jasmine gem??? task :core_spec do exec "ruby spec/jasmine_self_test_spec.rb" end