From f2f051c3a4ec6cf33d5301d26df1281fa58427ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20K=C3=A4chele?= Date: Fri, 27 Oct 2023 19:08:46 +0200 Subject: [PATCH] Remove default rspec test case --- spec/rex_spec.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/spec/rex_spec.rb b/spec/rex_spec.rb index 8f046b0..4aee0f1 100644 --- a/spec/rex_spec.rb +++ b/spec/rex_spec.rb @@ -4,8 +4,4 @@ RSpec.describe Rex do it "has a version number" do expect(Rex::VERSION).not_to be nil end - - it "does something useful" do - expect(false).to eq(true) - end end