Sha256: 39393bd7abc04fa87b0af782b0c21919ff697f367e6a230cc4db9d620b7ee683

Contents?: true

Size: 326 Bytes

Versions: 16

Compression:

Stored size: 326 Bytes

Contents

require 'spec_helper'

describe DispatchRider::NotificationServices::FileSystem::Notifier do
  subject { described_class.new({}) }

  describe "#channel" do
    it "returns a channel object" do
      expect(subject.channel("tmp/some/path")).to be_a(DispatchRider::NotificationServices::FileSystem::Channel)
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
dispatch-rider-2.1.0 spec/lib/dispatch-rider/notification_services/file_system/notifier_spec.rb
dispatch-rider-2.0.0 spec/lib/dispatch-rider/notification_services/file_system/notifier_spec.rb
dispatch-rider-1.9.0 spec/lib/dispatch-rider/notification_services/file_system/notifier_spec.rb
dispatch-rider-1.8.6 spec/lib/dispatch-rider/notification_services/file_system/notifier_spec.rb
dispatch-rider-1.8.5 spec/lib/dispatch-rider/notification_services/file_system/notifier_spec.rb
dispatch-rider-1.8.4 spec/lib/dispatch-rider/notification_services/file_system/notifier_spec.rb
dispatch-rider-1.8.3 spec/lib/dispatch-rider/notification_services/file_system/notifier_spec.rb
dispatch-rider-1.8.2 spec/lib/dispatch-rider/notification_services/file_system/notifier_spec.rb
dispatch-rider-1.8.1 spec/lib/dispatch-rider/notification_services/file_system/notifier_spec.rb
dispatch-rider-1.8.0 spec/lib/dispatch-rider/notification_services/file_system/notifier_spec.rb
dispatch-rider-1.7.2 spec/lib/dispatch-rider/notification_services/file_system/notifier_spec.rb
dispatch-rider-1.7.1 spec/lib/dispatch-rider/notification_services/file_system/notifier_spec.rb
dispatch-rider-1.7.0 spec/lib/dispatch-rider/notification_services/file_system/notifier_spec.rb
dispatch-rider-1.6.2 spec/lib/dispatch-rider/notification_services/file_system/notifier_spec.rb
dispatch-rider-1.6.1 spec/lib/dispatch-rider/notification_services/file_system/notifier_spec.rb
dispatch-rider-1.6.0 spec/lib/dispatch-rider/notification_services/file_system/notifier_spec.rb