Skip to content

Instantly share code, notes, and snippets.

@MarkPochert
Created December 1, 2010 20:14
Show Gist options
  • Save MarkPochert/724138 to your computer and use it in GitHub Desktop.
Save MarkPochert/724138 to your computer and use it in GitHub Desktop.
user = Factory.build(:user)
user.should_receive(:save).and_return(true)
User.stub(:new).and_return(user)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment