mirror of
https://github.com/ditkrg/rabbit_carrots.git
synced 2026-01-22 22:06:40 +00:00
8 lines
153 B
Ruby
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
|