spec/support/configuration.rb in netsuite-0.7.1 vs spec/support/configuration.rb in netsuite-0.7.2
- old
+ new
@@ -3,8 +3,9 @@
NetSuite.configure do
reset!
email 'me@example.com'
password 'myPassword'
account 1234
+ wsdl File.expand_path('../2015.wsdl', __FILE__)
end
end
end