diff options
| author | Ahmed AbdelHalim <[email protected]> | 2023-06-30 16:00:40 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2023-06-30 16:00:40 +0200 |
| commit | f64697a5aede493d52724860856bcbf9f5803169 (patch) | |
| tree | bc804c7bca9997ad8daea75a7843f7ca211981fb /CLI/ruby/spec/game_of_life_spec.rb | |
| parent | d124465bc3a83a614eb10eb7c6d6ddff2fc00f35 (diff) | |
Update and fix rubocop offenses
Diffstat (limited to 'CLI/ruby/spec/game_of_life_spec.rb')
| -rw-r--r-- | CLI/ruby/spec/game_of_life_spec.rb | 1 |
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) |
