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