From f64697a5aede493d52724860856bcbf9f5803169 Mon Sep 17 00:00:00 2001 From: Ahmed AbdelHalim Date: Fri, 30 Jun 2023 16:00:40 +0200 Subject: Update and fix rubocop offenses --- CLI/ruby/spec/game_of_life_spec.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'CLI/ruby/spec') 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) -- cgit v1.2.3