Sha256: 8d96272ccd153bb581bbb1422903b133444291f86d1975566bc81fd6d3e910b4

Contents?: true

Size: 344 Bytes

Versions: 2

Compression:

Stored size: 344 Bytes

Contents

require 'spec_helper'

module CookbookReader
  describe Options do

    it "should call the given sub command" do
      pending("I hate rpsec")
    end

    it "should display help when passed --help" do
      pending("I hate rpsec")
    end

    it "should display help when passed nothing" do
      pending("I hate rpsec")
    end

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cookbook-reader-0.1.2 spec/options_spec.rb
cookbook-reader-0.1.1 spec/options_spec.rb