Sha256: e52e84a8f0fa46f5ff15a2177dbf62688f5573f7c872f9c2a43d3bc0066d55a3

Contents?: true

Size: 255 Bytes

Versions: 13

Compression:

Stored size: 255 Bytes

Contents

require 'test_helper'
require 'fixtures/examples/echo_inputs'

class ExecutableOptionParserTest < Test::Unit::TestCase
  include Sprout::TestHelper

  context "a new RDoc parser" do

    setup do
      @parser = Sprout::RDocParser.new
    end

  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
sprout-1.1.18.pre test/unit/rdoc_parser_test.rb
sprout-1.1.17.pre test/unit/rdoc_parser_test.rb
sprout-1.1.16.pre test/unit/rdoc_parser_test.rb
sprout-1.1.15.pre test/unit/rdoc_parser_test.rb
sprout-1.1.14.pre test/unit/rdoc_parser_test.rb
sprout-1.1.13.pre test/unit/rdoc_parser_test.rb
sprout-1.1.11.pre test/unit/rdoc_parser_test.rb
sprout-1.1.10.pre test/unit/rdoc_parser_test.rb
sprout-1.1.7.pre test/unit/rdoc_parser_test.rb
sprout-1.1.5.pre test/unit/rdoc_parser_test.rb
sprout-1.1.4.pre test/unit/rdoc_parser_test.rb
sprout-1.1.3.pre test/unit/rdoc_parser_test.rb
sprout-1.1.2.pre test/unit/rdoc_parser_test.rb