Skip to content

Instantly share code, notes, and snippets.

Created February 12, 2013 15:56
Show Gist options
  • Save anonymous/4770869 to your computer and use it in GitHub Desktop.
Save anonymous/4770869 to your computer and use it in GitHub Desktop.
it "should do something" do
@user = Factory(:user)
begin
@item.user = @user
@item.save
rescue Exception => e
binding.pry
raise e
end
@item.count.should == 1
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment