Come on Travis... build it

This commit is contained in:
Greg Cobb and JR Boyens
2013-07-19 14:14:24 -07:00
parent d40e0cebac
commit 39d40a1cad

View File

@@ -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