Sha256: 658d8016bb68febc2d19ad72753ddc4232bbca47eb8d12c915bb94aec49b3df6

Contents?: true

Size: 450 Bytes

Versions: 6

Compression:

Stored size: 450 Bytes

Contents

Feature: Generators offer help/usage details
  In order to reduce cost of learning about a new generator
  As a generator user
  I want help/usage details about generators
  
  Scenario: List of visible generators for rubygems
    When I run local executable "rubigen rubygems" with arguments ""
    Then I should see "application_generator"
    Then I should see "component_generator"
    Then I should not see "migration" # from rails scope
  

  

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rubigen-1.5.8 features/help.feature
rubigen-1.5.7 features/help.feature
rubigen-1.5.6 features/help.feature
rubigen-1.5.5 features/help.feature
rubigen-1.5.4 features/help.feature
rubigen-1.5.3 features/help.feature