Sha256: f4525212a803018651e035731cf4de9da2f7d1542088575d823f5c29a13fa8af
Contents?: true
Size: 382 Bytes
Versions: 16
Compression:
Stored size: 382 Bytes
Contents
require 'spec_helper' describe DispatchRider::Registrars::PublishingDestination do describe "#value" do it "returns an object which has information about a notification service and a channel" do result = subject.value('foo', :service => :aws_sns, :channel => :bar) expect(result.service).to eq(:aws_sns) expect(result.channel).to eq(:bar) end end end
Version data entries
16 entries across 16 versions & 1 rubygems