Update tests

This commit is contained in:
ari
2022-12-04 14:36:40 +03:00
parent 6b2fe8f329
commit afa47c6463
2 changed files with 3 additions and 7 deletions

View File

@@ -4,8 +4,4 @@ RSpec.describe RabbitCarrots do
it "has a version number" do
expect(RabbitCarrots::VERSION).not_to be nil
end
it "does something useful" do
expect(false).to eq(true)
end
end