summaryrefslogtreecommitdiffstats
path: root/CLI/ruby/spec
diff options
context:
space:
mode:
Diffstat (limited to 'CLI/ruby/spec')
-rw-r--r--CLI/ruby/spec/game_of_life_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/CLI/ruby/spec/game_of_life_spec.rb b/CLI/ruby/spec/game_of_life_spec.rb
index a0013a6..34570d3 100644
--- a/CLI/ruby/spec/game_of_life_spec.rb
+++ b/CLI/ruby/spec/game_of_life_spec.rb
@@ -183,7 +183,6 @@ RSpec.describe GameOfLife do
stub_const("DELAY", 100.0)
expect_any_instance_of(Kernel).to receive(:print).with("\e[?1049h\e[H")
expect_any_instance_of(Kernel).to receive(:print).twice
- expect(universe).to receive(:to_s)
expect_any_instance_of(Kernel).to receive(:sleep)
described_class.render(universe)