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