Sha256: ab489b4494de5bf5321583b7a8ea0c737a241286a6c2cfad3a11040d7e1f320d

Contents?: true

Size: 357 Bytes

Versions: 1

Compression:

Stored size: 357 Bytes

Contents

# frozen_string_literal: true

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

1 entries across 1 versions & 1 rubygems

Version Path
dispatch-rider-2.2.0 spec/lib/dispatch-rider/notification_services/file_system/notifier_spec.rb