test/test_setup.rb in inforouter-0.2.0 vs test/test_setup.rb in inforouter-0.2.6
- old
+ new
@@ -3,10 +3,9 @@
# placeholder to avoid error under Ruby 1.8.7
end
def setup
Inforouter.configure do |config|
- config.wsdl = ENV['INFOROUTER_WSDL'] || 'inforouter.wsdl'
config.host = ENV['INFOROUTER_HOST'] || 'inforouter_host'
config.username = ENV['INFOROUTER_USERNAME'] || 'inforouter_username'
config.password = ENV['INFOROUTER_PASSWORD'] || 'inforouter_password'
end
end