Revert previous change

This commit is contained in:
Greg Cobb and JR Boyens
2013-07-19 14:29:35 -07:00
parent 39d40a1cad
commit 4ea4ed25ee

View File

@@ -7,7 +7,7 @@ Dir["#{File.dirname(__FILE__)}/tasks/**/*.rb"].each do |file|
require file require file
end 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 task :core_spec do
exec "ruby spec/jasmine_self_test_spec.rb" exec "ruby spec/jasmine_self_test_spec.rb"
end end