Sha256: 5d226b9cbfaab0648e7750cc469e846c0d60941638766f80aa4c4574d6b4032e
Contents?: true
Size: 473 Bytes
Versions: 137
Compression:
Stored size: 473 Bytes
Contents
Feature: generated .document In order to easily generate RDoc A user should be able to generate reasonable .document file Scenario: .document Given a working directory And I have configured git sanely When I generate a project named 'the-perfect-gem' that is 'zomg, so good' Then '.document' contains 'lib/**/*.rb' And '.document' contains 'bin/*' And '.document' contains 'features/**/*.feature' And '.document' contains 'LICENSE.txt'
Version data entries
137 entries across 83 versions & 7 rubygems