Sha256: 57a6b050267e5c1bd2246e6511961a70142537245632a85bafedb7a5886b2aee

Contents?: true

Size: 520 Bytes

Versions: 5

Compression:

Stored size: 520 Bytes

Contents

Given 'a flavorfile with:' do |content|
  steps %Q{
    Given a file named "#{path_for_step(expand_path('.').to_flavorfile_path)}" with:
      """
      #{expand(content)}
      """
  }
end

Given 'an old name flavorfile with:' do |content|
  steps %Q{
    Given a file named "#{path_for_step("#{expand_path('.')}/VimFlavor")}" with:
      """
      #{expand(content)}
      """
  }
end

When 'I edit the flavorfile as:' do |content|
  steps %Q{
    Given a flavorfile with:
      """
      #{content}
      """
  }
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
vim-flavor-4.0.3 features/step_definitions/flavorfile_steps.rb
vim-flavor-4.0.2 features/step_definitions/flavorfile_steps.rb
vim-flavor-4.0.1 features/step_definitions/flavorfile_steps.rb
vim-flavor-4.0.0 features/step_definitions/flavorfile_steps.rb
vim-flavor-3.0.0 features/step_definitions/flavorfile_steps.rb