From 289ca5c57aa8827ddd28a40e90d50d0be8c2584c Mon Sep 17 00:00:00 2001 From: a14m Date: Thu, 3 Dec 2020 11:39:46 +0100 Subject: Remove the templated spec --- CLI/ruby/spec/game_of_life_spec.rb | 4 ---- 1 file changed, 4 deletions(-) (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 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 -- cgit v1.2.3