Sha256: 0a9f0745d1f3554d0262285c55ab948218529d0517c517a38deae0b7199fc836

Contents?: true

Size: 229 Bytes

Versions: 5

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

5 entries across 5 versions & 1 rubygems

Version Path
bunnish-0.1.3 spec/lib/bunnish/command/help_spec.rb
bunnish-0.1.2 spec/lib/bunnish/command/help_spec.rb
bunnish-0.1.1 spec/lib/bunnish/command/help_spec.rb
bunnish-0.1.0 spec/lib/bunnish/command/help_spec.rb
bunnish-0.0.9 spec/lib/bunnish/command/help_spec.rb