Sha256: cc1cd242e4bce5a5af0a8a7b8fa8d4cd4486451556f1fe024bcfd8e50083eb59

Contents?: true

Size: 246 Bytes

Versions: 12

Compression:

Stored size: 246 Bytes

Contents

Then /^a bootstrap script (is|is not) created in "(.+)"$/ do |mode, v_vimfiles_path|
  p = expand(v_vimfiles_path).to_flavors_path.to_bootstrap_path
  steps %Q{
    Then a file named "#{p}" #{mode == 'is' ? 'should' : 'should not'} exist
  }
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
vim-flavor-2.2.2 features/step_definitions/bootstrap_script_steps.rb
vim-flavor-2.2.1 features/step_definitions/bootstrap_script_steps.rb
vim-flavor-2.2.0 features/step_definitions/bootstrap_script_steps.rb
vim-flavor-2.1.1 features/step_definitions/bootstrap_script_steps.rb
vim-flavor-2.1.0 features/step_definitions/bootstrap_script_steps.rb
vim-flavor-2.0.0 features/step_definitions/bootstrap_script_steps.rb
vim-flavor-1.1.5 features/step_definitions/bootstrap_script_steps.rb
vim-flavor-1.1.4 features/step_definitions/bootstrap_script_steps.rb
vim-flavor-1.1.3 features/step_definitions/bootstrap_script_steps.rb
vim-flavor-1.1.2 features/step_definitions/bootstrap_script_steps.rb
vim-flavor-1.1.1 features/step_definitions/bootstrap_script_steps.rb
vim-flavor-1.1.0 features/step_definitions/bootstrap_script_steps.rb