Re: [rspec-users] Noob (mock/stub) ActiveMerchant..

2011-10-31 Thread Justin Ko
On Oct 28, 2011, at 10:16 AM, internetchris wrote: > Hi Group > > I'm still waiting for the light to come on with stubbing/mocking and > the syntax for each. I have simple method in my Order class like > so > > def credit_card >ActiveMerchant::Billing::CreditCard.new( > :type

[rspec-users] Noob (mock/stub) ActiveMerchant..

2011-10-31 Thread internetchris
Hi Group I'm still waiting for the light to come on with stubbing/mocking and the syntax for each. I have simple method in my Order class like so def credit_card ActiveMerchant::Billing::CreditCard.new( :type => card_type, :number => card_number,