Sha256: 71efc1892a59a51b2d5bebd17558fe1b46742e8c376c25a00448e1ff2872104e

Contents?: true

Size: 574 Bytes

Versions: 3

Compression:

Stored size: 574 Bytes

Contents

Feature: generated license
  In order to start a new gem
  A user should be able to
  generate a default license

  Background:
    Given a working directory

  Scenario: crediting user
    Given I have configured git sanely
    When I generate a project named 'the-perfect-gem' that is 'zomg, so good'

    Then LICENSE credits 'foo'

  Scenario: copyright in the current year
    Given it is the year 2005
    And I have configured git sanely
    When I generate a project named 'the-perfect-gem' that is 'zomg, so good'

    Then LICENSE has a copyright in the year 2005

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jeweler-1.5.0.pre4 features/generator/license.feature
jeweler-1.5.0.pre3 features/generator/license.feature
jeweler-1.5.0.pre2 features/generator/license.feature