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