Change url from /run.html to /.

This commit is contained in:
Christian Williams & Kim Eric Mittler
2009-09-02 12:51:39 -07:00
parent 17b513eafb
commit 8ba804e299
4 changed files with 8 additions and 8 deletions

View File

@@ -89,7 +89,7 @@ task :jasmine_server do
}
puts "your tests are here:"
puts " http://localhost:8888/run.html"
puts " http://localhost:8888/"
Jasmine::SimpleServer.start(8888, includes + spec_files, dir_mappings)
end