Sha256: b4b32e92d3f1d6c3f1683484300246d470437c35cb4acc167a979865fb95d5fb

Contents?: true

Size: 306 Bytes

Versions: 2

Compression:

Stored size: 306 Bytes

Contents

Feature: helpの作成

  Scenario: help を1つ作成する.
    Given `$ bundle exec bin/my_help_thor list`でnew_helpが存在しない.
    When `$ bundle exec bin/my_help_thor new new_help`を実行する.
    And `$ bundle exec bin/my_help_thor list`を実行する.
    Then new_helpが存在する.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
my_help-1.1a docs/old_docs/features/new.feature
my_help-1.1 docs/old_docs/features/new.feature