Hey Max,

Try:

instance = YourModel.make_unsaved

then stub the after_create method and save the object.

Regards,
Gustav Paul

On Tue, Jul 21, 2009 at 5:50 PM, Max Williams <
rails-mailing-l...@andreas-s.net> wrote:

>
> Hi all
>
> I'm moving to using Machinist in my rspec tests and am having a problem
> with an after_create callback method that i need to stub out.  It seems
> like calling ClassName.make will trigger this callback before i've had
> the chance to stub it.
>
> Can i stub it in my blueprint for that class?  Or, can i stub the method
> for all instances of the class before i call ClassName.make?
> --
> Posted via http://www.ruby-forum.com/.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to