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