try1/terminal-html.sh-session

24 lines
609 B
Bash Session
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

$ rspec -c specs.rb
Randomized with seed 58515
..F...
Failures:
1) this test should fail
Failure/Error: expect(false).to eql(true)
 
 expected: true
 got: false
 
 (compared using eql?)
# ./specs.rb:18:in `block (2 levels) in '
Finished in 0.00138 seconds (files took 0.11502 seconds to load)
6 examples, 1 failure
Failed examples:
rspec ./specs.rb:17 # this test should fail
Randomized with seed 58515