Sha256: 5bbf914bd3cc024674ecc678abef6a0c4ac7dd7bdc10063fd023d68a315cd8e4
Contents?: true
Size: 469 Bytes
Versions: 25
Compression:
Stored size: 469 Bytes
Contents
require 'spec/helper' require "fsr/cmd" FSR::Cmd.load_command("channels") describe "Testing FSR::Cmd::Channels" do ## Channels ## # Interface to channels it "FSR::Cmd::Channels should send show channels" do sofia = FSR::Cmd::Channels.new(nil, false) sofia.raw.should == "show channels" end it "FSR::Cmd::Channels should send show channels" do sofia = FSR::Cmd::Channels.new(nil, true) sofia.raw.should == "show distinct_channels" end end
Version data entries
25 entries across 25 versions & 1 rubygems