Rearrange, start adding specs.
This commit is contained in:
@@ -17,7 +17,7 @@ namespace :jasmine do
|
||||
puts "your tests are here:"
|
||||
puts " http://localhost:8888/run.html"
|
||||
|
||||
Jasmine::SimpleServer.start(8888,
|
||||
Jasmine::Server.start(8888,
|
||||
File.expand_path(Dir.pwd),
|
||||
lambda { JasmineHelper.specs },
|
||||
{ :spec_helpers => JasmineHelper.files + JasmineHelper.spec_helpers,
|
||||
|
||||
Reference in New Issue
Block a user