mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Formatting
This commit is contained in:
parent
1802f27f68
commit
b8ee29ab0e
1 changed files with 2 additions and 2 deletions
|
@ -180,8 +180,8 @@ describe Spectator::ExampleIterator do
|
||||||
it "returns 'stop' after the end has been reached" do
|
it "returns 'stop' after the end has been reached" do
|
||||||
example = PassingExample.create
|
example = PassingExample.create
|
||||||
iterator = Spectator::ExampleIterator.new(example.group)
|
iterator = Spectator::ExampleIterator.new(example.group)
|
||||||
iterator.next # Should return example.
|
iterator.next # Should return example.
|
||||||
iterator.next # Should return "stop".
|
iterator.next # Should return "stop".
|
||||||
iterator.next.should be_a(Iterator::Stop) # Should still return "stop".
|
iterator.next.should be_a(Iterator::Stop) # Should still return "stop".
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue