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
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,