Sha256: 96f2bc95c1cedfeea9c8d10d24fca324d698e0d3064a7dd3ab60dbe661fd822e
Contents?: true
Size: 582 Bytes
Versions: 138
Compression:
Stored size: 582 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.txt 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.txt has a copyright in the year 2005
Version data entries
138 entries across 84 versions & 7 rubygems