spec/netsuite/configuration_spec.rb in netsuite-0.0.50 vs spec/netsuite/configuration_spec.rb in netsuite-0.1.0

- old
+ new

@@ -16,9 +16,14 @@ end end describe '#connection' do it 'returns a Savon::Client object that allows requests to the service' do + # reset clears out the password info + config.email 'me@example.com' + config.password 'me@example.com' + config.account 1023 + config.connection.should be_kind_of(Savon::Client) end end describe '#wsdl' do