Change url from /run.html to /.
This commit is contained in:
parent
17b513eafb
commit
8ba804e299
@@ -20,7 +20,7 @@ task :jasmine_server do
|
||||
spec_files = Dir.glob("spec/**/*[Ss]pec.js")
|
||||
|
||||
puts "your tests are here:"
|
||||
puts " http://localhost:8888/run.html"
|
||||
puts " http://localhost:8888/"
|
||||
|
||||
Jasmine::SimpleServer.start(8888, spec_files, dir_mappings)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user