mirror of
https://github.com/ditkrg/rabbit_carrots.git
synced 2026-01-25 15:12:55 +00:00
First Commit
This commit is contained in:
11
spec/rabbit_carrots_spec.rb
Normal file
11
spec/rabbit_carrots_spec.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user