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