Sha256: 61210cc2d031b0807495b76996c84d02c3217b2ab10400034bba68c6ad3c80ad

Contents?: true

Size: 324 Bytes

Versions: 5

Compression:

Stored size: 324 Bytes

Contents

require 'spec_helper'

describe DispatchRider::NotificationServices::FileSystem::Notifier do

  subject { described_class.new({}) }

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

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
dispatch-rider-1.5.3 spec/lib/dispatch-rider/notification_services/file_system/notifier_spec.rb
dispatch-rider-1.5.2 spec/lib/dispatch-rider/notification_services/file_system/notifier_spec.rb
dispatch-rider-1.5.1 spec/lib/dispatch-rider/notification_services/file_system/notifier_spec.rb
dispatch-rider-1.5.0 spec/lib/dispatch-rider/notification_services/file_system/notifier_spec.rb
dispatch-rider-1.4.2 spec/lib/dispatch-rider/notification_services/file_system/notifier_spec.rb