lib/saorin/test.rb in saorin-0.4.0 vs lib/saorin/test.rb in saorin-0.4.1

- old
+ new

@@ -59,10 +59,10 @@ end sleep 1 end def shutdown_test_server - Process.kill :INT, @pid + Process.kill :TERM, @pid end def create_test_client(options = {}) @client = Saorin::Client.new({ :url => "http://127.0.0.1:#{PORT}"