Sha256: 38e7c6cb33ffee1c061ed4c8d0d3eccc3c26edf0088c7c12b952a179aa4d7727

Contents?: true

Size: 460 Bytes

Versions: 5

Compression:

Stored size: 460 Bytes

Contents

$hello_doc = <<EOF

Say hello to the user whose name is requested on the standard input

SYNOPSIS
  mini-client say:hello

DESCRIPTION
  And an explanation here
  on multiple lines with replacement: hello

EOF

require 'spec_helper'
module Quickl
  describe "Command::documentation /" do
    
    it "should be correctly installed" do
      MiniClient::Say::Hello.documentation.should == $hello_doc[0..-1]
    end

  end # Command::command
end # module Quickl

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
quickl-0.4.3 spec/command/test_documentation.rb
quickl-0.4.2 spec/command/test_documentation.rb
quickl-0.4.1 spec/command/test_documentation.rb
quickl-0.4.0 spec/command/test_documentation.rb
quickl-0.3.0 spec/command/test_documentation.rb