Sha256: c8a6ff86bcee8f2828e8e84f2ab4d46560757142fcd7c6b8be961da45396ec49
Contents?: true
Size: 444 Bytes
Versions: 59
Compression:
Stored size: 444 Bytes
Contents
require 'spec_helper.rb' describe Paypal::Payment::Response do describe '.new' do context 'when non-supported attributes are given' do it 'should ignore them and warn' do Paypal.logger.should_receive(:warn).with( "Ignored Parameter (Paypal::Payment::Response): ignored=Ignore me!" ) response = Paypal::Payment::Response.new( :ignored => 'Ignore me!' ) end end end end
Version data entries
59 entries across 59 versions & 3 rubygems