freeswitcher 0.6.15 → 0.6.16
Sign up to get free protection for your applications and to get access to all the features.
- 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
|