Sha256: 8e8e5fe51d6f251702e50385cdf13e648f0621dfa48f4d2f9e71f73d904f014e
Contents?: true
Size: 512 Bytes
Versions: 36
Compression:
Stored size: 512 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 'README.rdoc' And '.document' contains 'lib/**/*.rb' And '.document' contains 'bin/*' And '.document' contains 'features/**/*.feature' And '.document' contains 'LICENSE'
Version data entries
36 entries across 36 versions & 9 rubygems