diff options
| author | a14m <[email protected]> | 2020-12-03 11:39:46 +0100 |
|---|---|---|
| committer | a14m <[email protected]> | 2020-12-03 11:39:46 +0100 |
| commit | 289ca5c57aa8827ddd28a40e90d50d0be8c2584c (patch) | |
| tree | e7f6904751bde55a7518974e00ea3f4f0ba167f9 /CLI/ruby/spec | |
| parent | efc0382087bc4315c241f70cd5f0fa7a568dcd52 (diff) | |
Remove the templated spec
Diffstat (limited to 'CLI/ruby/spec')
| -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 |
