Rearrange, start adding specs.

This commit is contained in:
Christian Williams
2009-12-28 14:00:02 -06:00
parent 0c8258996e
commit e4a5d567e0
11 changed files with 385 additions and 305 deletions

View File

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