spec/helper.rb in mtgox-1.0.0 vs spec/helper.rb in mtgox-1.1.0

- old
+ new

@@ -47,10 +47,10 @@ module MtGox module Request private def add_nonce(options) - options.merge!({nonce: 1321745961249676}) + options.merge!({self.nonce_type => 1321745961249676}) end end end def test_headers(client, body=test_body)