Remove default rspec test case

This commit is contained in:
Tim Kächele 2023-10-27 19:08:46 +02:00
parent a51c0724c2
commit f2f051c3a4

View File

@ -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