Add terminal-html.sh-session

This commit is contained in:
earl-warren 2024-07-09 05:51:28 +00:00
parent 56028d7c73
commit 769c9830a7

24
terminal-html.sh-session Normal file
View file

@ -0,0 +1,24 @@
$ 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