# frozen_string_literal: true describe FlippRubyKafka do it 'should have a version number' do expect(FlippRubyKafka::VERSION).not_to be_nil end end