Guest User

Untitled

a guest
Jan 24th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. context "writing tests" do
  2. it "should not drive Marco mad" do
  3. marco = users(:marco)
  4. run_tests
  5. marco.state.should_not be :mad
  6. end
  7. end
  8.  
  9. FAILED
Add Comment
Please, Sign In to add comment