From 39d40a1cadb528f29609b7a0141669f242214ee3 Mon Sep 17 00:00:00 2001 From: Greg Cobb and JR Boyens Date: Fri, 19 Jul 2013 14:14:24 -0700 Subject: [PATCH] Come on Travis... build it --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 19072dbf..ec2bd714 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