Guest User

Untitled

a guest
Feb 21st, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. describe "Foo" do
  2.  
  3. it "should pass" do
  4. true.should be_true
  5. end
  6.  
  7. it "should also pass" do
  8. true.should be_false
  9. end
  10.  
  11. end
  12.  
  13. # $ spec foo.rb --format failing_examples:foo_failures.txt
  14. # $ spec foo.rb -e foo_failures.txt
Add Comment
Please, Sign In to add comment