require "spec_helper" describe Bunnish::Command::Count do describe ".run(argv, input_stream, output_stream, error_stream)" do context "when argv = []" do it "should success" do end end end end