Guest User

Untitled

a guest
Jul 21st, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. ~/sandbox/helpjosh$ rspec spec.rb -f doc
  2.  
  3. Payment
  4. with an amount of $10.0
  5. should == "with an amount of $10.0"
  6. with an amount of $42.00
  7. should == "with an amount of $42.00"
  8.  
  9. Finished in 0.00084 seconds
  10. 2 examples, 0 failures
  11. ~/sandbox/helpjosh$
Add Comment
Please, Sign In to add comment