Sha256: dd91b5421987c0cfaa107e9f545dcdc8cff679885003bf0774ae5b275315c219

Contents?: true

Size: 229 Bytes

Versions: 7

Compression:

Stored size: 229 Bytes

Contents

require "spec_helper"

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
bunnish-0.0.8 spec/lib/bunnish/command/help_spec.rb
bunnish-0.0.7 spec/lib/bunnish/command/help_spec.rb
bunnish-0.0.6 spec/lib/bunnish/command/help_spec.rb
bunnish-0.0.5 spec/lib/bunnish/command/help_spec.rb
bunnish-0.0.4 spec/lib/bunnish/command/help_spec.rb
bunnish-0.0.3 spec/lib/bunnish/command/help_spec.rb
bunnish-0.0.2 spec/lib/bunnish/command/help_spec.rb