Sha256: bdf7ea3b1828c2b9c8bb18149337336b85467bb6a02ef61461c54c71dba26c9a

Contents?: true

Size: 393 Bytes

Versions: 3

Compression:

Stored size: 393 Bytes

Contents

require File.expand_path('../../spec_helper', __FILE__)
module Quickl
  describe "Command::overview /" do
    
    it "should be installed from inline rdoc" do
      MiniClient::Help.overview.should == "Print help"
    end

    it "should be installed accessible on instance" do
      MiniClient::Help.new.overview.should == "Print help"
    end

  end # Command::overview
end # module Quickl

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
quickl-0.2.2 spec/command/overview_spec.rb
quickl-0.2.1 spec/command/overview_spec.rb
quickl-0.1.1 test/command/overview.spec