rabbit_carrots/spec/rabbit_carrots_spec.rb
2022-12-04 14:36:40 +03:00

8 lines
153 B
Ruby

# frozen_string_literal: true
RSpec.describe RabbitCarrots do
it "has a version number" do
expect(RabbitCarrots::VERSION).not_to be nil
end
end