diff options
Diffstat (limited to 'CLI/ruby')
| -rw-r--r-- | CLI/ruby/spec/game_of_life_spec.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/CLI/ruby/spec/game_of_life_spec.rb b/CLI/ruby/spec/game_of_life_spec.rb index bb1abaa..5c93709 100644 --- a/CLI/ruby/spec/game_of_life_spec.rb +++ b/CLI/ruby/spec/game_of_life_spec.rb @@ -4,8 +4,4 @@ RSpec.describe GameOfLife do it "has a version number" do expect(GameOfLife::VERSION).not_to be nil end - - it "does something useful" do - expect(false).to eq(true) - end end |
