Sha256: 1502749831b62d794226c90323ac368ef52ecb860b17decc22fe7ae0a910c9ae

Contents?: true

Size: 320 Bytes

Versions: 5

Compression:

Stored size: 320 Bytes

Contents

def input
  command = "emacs_help --edit"
end

def open
#  f = File.open("~/.my_help/emacs_help.yml")
end

前提(/^emacs_helpのコマンドの編集がしたい$/) do

end

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

ならば(/^~\/\.my_help\/emacs_help\.ymlがemacsで開かれる$/) do
  open
end

Version data entries

5 entries across 5 versions & 1 rubygems

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