Sha256: 1779697f0039fd4f76efeb1c76658686b8d1b4d10e70fc3c3239075cd26e34be

Contents?: true

Size: 263 Bytes

Versions: 5

Compression:

Stored size: 263 Bytes

Contents

require "spec_helper"

describe Tane::Commands::Help do

  describe ".process" do
    it "should display the OptParse's help section's banner" do
      Tane::Commands::Help.opts.should_receive(:help_text)
      Tane::Commands::Help.process([])
    end
  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tane-0.0.5 spec/commands/help_spec.rb
tane-0.0.4 spec/commands/help_spec.rb
tane-0.0.3 spec/commands/help_spec.rb
tane-0.0.2 spec/commands/help_spec.rb
tane-0.0.1 spec/commands/help_spec.rb