bookmate/wisper_kafka

View on GitHub
spec/wisper_kafka_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
# frozen_string_literal: true

RSpec.describe WisperKafka do
  it 'has a version number' do
    expect(WisperKafka::VERSION).not_to be nil
  end
end