Sha256: 628aa10c8b392ae695cff93f2599aee235868950189d596413569aaebcdd3037

Contents?: true

Size: 198 Bytes

Versions: 1

Compression:

Stored size: 198 Bytes

Contents

require "spec_helper"

RSpec.describe PubsubNotifier::Config do
  let(:config) { described_class.new }
  it { expect(config.logger).to be_a Logger }
  it { expect(config.clients).to be_a Hash }
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pubsub_notifier-0.1.2 spec/lib/config_spec.rb