Sha256: c057ef382ab1784abb0c1f19cff8339d84215ee1015ccbe45e3305e382a45a3c
Contents?: true
Size: 321 Bytes
Versions: 16
Compression:
Stored size: 321 Bytes
Contents
require 'spec_helper' describe DispatchRider::Registrars::FileSystemChannel do describe "#value" do let(:path) { "/foo/bar" } let(:channel_options) { { path: path } } it "returns the expanded path from the options" do expect(subject.value(:foo, channel_options)).to eq("/foo/bar") end end end
Version data entries
16 entries across 16 versions & 1 rubygems