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

Version Path
dispatch-rider-1.5.3 spec/lib/dispatch-rider/registrars/notification_service_spec.rb
dispatch-rider-1.5.2 spec/lib/dispatch-rider/registrars/notification_service_spec.rb
dispatch-rider-1.5.1 spec/lib/dispatch-rider/registrars/notification_service_spec.rb
dispatch-rider-1.5.0 spec/lib/dispatch-rider/registrars/notification_service_spec.rb
dispatch-rider-1.4.2 spec/lib/dispatch-rider/registrars/notification_service_spec.rb