summaryrefslogtreecommitdiffstats
path: root/CLI/ruby/spec
diff options
context:
space:
mode:
authora14m <[email protected]>2020-12-03 11:39:46 +0100
committera14m <[email protected]>2020-12-03 11:39:46 +0100
commit289ca5c57aa8827ddd28a40e90d50d0be8c2584c (patch)
treee7f6904751bde55a7518974e00ea3f4f0ba167f9 /CLI/ruby/spec
parentefc0382087bc4315c241f70cd5f0fa7a568dcd52 (diff)
Remove the templated spec
Diffstat (limited to 'CLI/ruby/spec')
-rw-r--r--CLI/ruby/spec/game_of_life_spec.rb4
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