freeswitcher 0.6.15 → 0.6.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/fsr/cmd/channels.rb +1 -1
- data/lib/fsr/version.rb +1 -1
- data/spec/fsr/cmd/channels.rb +1 -1
- metadata +1 -1
data/lib/fsr/cmd/channels.rb
CHANGED
data/lib/fsr/version.rb
CHANGED
data/spec/fsr/cmd/channels.rb
CHANGED
|
@@ -19,7 +19,7 @@ describe "Testing FSR::Cmd::Channels" do
|
|
|
19
19
|
|
|
20
20
|
it "FSR::Cmd::Channels (string as the filter) should add the filter" do
|
|
21
21
|
sofia = FSR::Cmd::Channels.new(nil, 'something')
|
|
22
|
-
sofia.raw.should ==
|
|
22
|
+
sofia.raw.should == "show channels like 'something'"
|
|
23
23
|
end
|
|
24
24
|
|
|
25
25
|
it "FSR::Cmd::Channels (number as the filter) should just limit the calls to that number" do
|