Sha256: 85302223f749c596eaf7cdc363d9d8db73d6ed5464720d6880258e95da158316

Contents?: true

Size: 266 Bytes

Versions: 5

Compression:

Stored size: 266 Bytes

Contents

def input
  commands = "emacs_help --all"
end

def display_all
end

前提(/^複数のhelp画面を表示したい$/) do

end

もし(/^emacs_help \-\-allと入力する$/) do
  input
end

ならば(/^すべてのhelp画面が表示される$/) do
  display_all
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
my_help-0.6.1 docs/nasu/features/step_definitions/all_help_spec.rb
my_help-0.6.0 docs/nasu/features/step_definitions/all_help_spec.rb
my_help-0.5.2 docs/nasu/features/step_definitions/all_help_spec.rb
my_help-0.5.1 docs/nasu/features/step_definitions/all_help_spec.rb
my_help-0.5.0 docs/nasu/features/step_definitions/all_help_spec.rb