Sha256: 0999d9e445bd5ee6af389a7e0f0d3dfeb4d686f27a5f5ff7cfe973da1d84eb96

Contents?: true

Size: 206 Bytes

Versions: 1

Compression:

Stored size: 206 Bytes

Contents

require "spec_helper"

describe "Hisyo::CLI options" do
  it "should run Generator.new.run" do
    capture_io do
      lambda { Hisyo::CLI.run(%w!--help!) }.should raise_error(SystemExit)
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hisyo-0.2.0 spec/cli_spec.rb