Sha256: 5773cd08bc1f79ae8d291daf797a962d767f76546737c64df461991fbc1e782f

Contents?: true

Size: 387 Bytes

Versions: 2

Compression:

Stored size: 387 Bytes

Contents

Feature: helpの一覧表示

  Scenario: help の一覧を表示する
    Given `$ find ~/.my_help -name "*.org" | xargs head -n 1 | grep -v '#+STARTUP: indent nolineimages'`で確認できるhelpがファイルが~/.my_helpに存在する.
    When `$ bundle exec bin/my_help_thor list`を実行する.
    Then ~/.my_helpのファイル名相当の項目がlistに全て存在する.

Version data entries

2 entries across 2 versions & 1 rubygems

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