The jasmine server process was running specs, for some reason; sleep a really long time instead.

This commit is contained in:
Kim Eric Mittler & Christian Williams 2009-07-13 17:25:53 -07:00
parent 8cb9f865f4
commit 9a8cb48a53
1 changed files with 1 additions and 0 deletions

View File

@ -150,6 +150,7 @@ module Jasmine
@jasmine_server_pid = fork do
Jasmine::SimpleServer.start(@jasmine_server_port, @spec_files, @dir_mappings)
sleep(100000)
end
puts "jasmine server started. pid is #{@jasmine_server_pid}"