Sha256: 95cf8fda3a24dc9a79cca9e69783a6b1e3d37c96c9db7b8c898a6adfffda853f

Contents?: true

Size: 208 Bytes

Versions: 5

Compression:

Stored size: 208 Bytes

Contents

require "spec_helper"

describe "executable" do

  describe "help" do
    it "should display help message on --help switch" do
      `bundle exec tane` =~ /Usage: tane command \[options\]/
    end
  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

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