Ruby runner changes. Users of previous versions with Rake tasks that make use of additional runner options (helpers, etc) may be broken.

This commit is contained in:
ragaskar
2009-10-31 21:47:11 -07:00
29 changed files with 2153 additions and 1498 deletions
+1 -1
View File
@@ -19,6 +19,6 @@ task :jasmine_server do
puts " http://localhost:8888/run.html"
Jasmine::SimpleServer.start(8888,
lambda { JasmineHelper.spec_file_urls },
lambda { JasmineHelper.specs },
JasmineHelper.dir_mappings)
end