Guest User

Untitled

a guest
May 27th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. Trigger.stub!(:some_method).and_raise(ActiveRecord::RecordNotSaved)
  2.  
  3. lambda {
  4. # run the trigger
  5. }.should raise_error(ActiveRecord::RecordNotSaved)
  6.  
  7. # test that no blast was created
Add Comment
Please, Sign In to add comment