Sha256: 533a3808681b591a5073c9e76bf187ac54ba89f112e978f0cccb04e0ebac5ee9
Contents?: true
Size: 348 Bytes
Versions: 5
Compression:
Stored size: 348 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 subject.value(:aws_sns).should be_a(DispatchRider::NotificationServices::AwsSns) end end end
Version data entries
5 entries across 5 versions & 1 rubygems