spec/spec_helper.rb in rest-assured-0.3.0 vs spec/spec_helper.rb in rest-assured-0.3.1

- old
+ new

@@ -53,10 +53,10 @@ at_exit do TestServer.stop end - TestServer.start(:port => 9876) + TestServer.start(:port => 9876, :db_user => ENV['TRAVIS'] ? "''" : "root") while not TestServer.up? puts 'Waiting for TestServer to come up...' sleep 1 end