Sha256: 77c9b102f850aad1c9d9b25e95210b3fb4f3d67d9610672deb1e46db0d4ca5ea

Contents?: true

Size: 282 Bytes

Versions: 20

Compression:

Stored size: 282 Bytes

Contents

require File.dirname(__FILE__) + '/test_helper'
require 'test/fixtures/examples/echo_inputs'

class ExecutableOptionParserTest < Test::Unit::TestCase
  include SproutTestCase

  context "a new RDoc parser" do

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

  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
sprout-1.0.26.pre test/unit/rdoc_parser_test.rb
sprout-1.0.25.pre test/unit/rdoc_parser_test.rb
sprout-1.0.24.pre test/unit/rdoc_parser_test.rb
sprout-1.0.23.pre test/unit/rdoc_parser_test.rb
sprout-1.0.22.pre test/unit/rdoc_parser_test.rb
sprout-1.0.20.pre test/unit/rdoc_parser_test.rb
sprout-1.0.19.pre test/unit/rdoc_parser_test.rb
sprout-1.0.18.pre test/unit/rdoc_parser_test.rb
sprout-1.0.16.pre test/unit/rdoc_parser_test.rb
sprout-1.0.15.pre test/unit/rdoc_parser_test.rb
sprout-1.0.13.pre test/unit/rdoc_parser_test.rb
sprout-1.0.11.pre test/unit/rdoc_parser_test.rb
sprout-1.0.9.pre test/unit/rdoc_parser_test.rb
sprout-1.0.8.pre test/unit/rdoc_parser_test.rb
sprout-1.0.5.pre test/unit/rdoc_parser_test.rb
sprout-1.0.4.pre test/unit/rdoc_parser_test.rb
sprout-1.0.3.pre test/unit/rdoc_parser_test.rb
sprout-1.0.2.pre test/unit/rdoc_parser_test.rb
sprout-1.0.1.pre test/unit/rdoc_parser_test.rb
sprout-1.0.0.pre test/unit/rdoc_parser_test.rb