Skip to content

Commit

Permalink
Trying to reproduce #7
Browse files Browse the repository at this point in the history
  • Loading branch information
StefSchenkelaars committed Oct 18, 2020
1 parent 161e14a commit 3f51b6e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions spec/integration/failing_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,12 @@
it 'does not create an annotiation for passing specs' do
expect(true).to eq true
end

describe 'display all annotations' do
(1..500).each do |number|
it "test #{number}" do
expect(true).to eq false
end
end
end
end

0 comments on commit 3f51b6e

Please sign in to comment.