Skip to content

Commit 24277e6

Browse files
Trying to reproduce #7
1 parent 51de295 commit 24277e6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

spec/integration/failing_spec.rb

+8
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,12 @@
1919
it 'does not create an annotiation for passing specs' do
2020
expect(true).to eq true
2121
end
22+
23+
describe 'display all annotations' do
24+
(1..500).each do |number|
25+
it "test #{number}" do
26+
expect(true).to eq false
27+
end
28+
end
29+
end
2230
end

0 commit comments

Comments
 (0)