Sha256: 84c272277e16825f6a803ed025e2a020c485c555cda86f7bf3d6d0ae16ccad03
Contents?: true
Size: 352 Bytes
Versions: 16
Compression:
Stored size: 352 Bytes
Contents
require 'spec_helper' describe DispatchRider::Registrars::NotificationService do subject do described_class.new end describe "#value" do it "returns the value for the key/value pair while registering a notification service" do expect(subject.value(:aws_sns)).to be_a(DispatchRider::NotificationServices::AwsSns) end end end
Version data entries
16 entries across 16 versions & 1 rubygems