Sha256: 46829d6f421f15bdc9a60524d7f8d1aed01de5f9280ea6ea2135b53b935336a1

Contents?: true

Size: 562 Bytes

Versions: 3

Compression:

Stored size: 562 Bytes

Contents

Then /^It should install pathogen for me$/ do
  File.exist?(config.pathogen_path).should be_true
end

Then /^I should not see plugin "([^"]*)" in bundle home$/ do |plugin_name|
  File.exist?(config.bundle_home.join(plugin_name)).should be false
end

Then /^I should not see plugin "([^"]*)" in \.git\/config$/ do |plugin_name|
  File.read(config.gitmodules_file_path).should_not match /#{plugin_name}/
end

Then /^I should not see plugin "([^"]*)" in \.gitmodules$/ do |plugin_name|
  File.read(config.gitconfig_file_path).should_not match /#{plugin_name}/
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
vim-jar-0.1.2.0001 features/step_definitions/file_check_steps.rb
vim-jar-0.1.2 features/step_definitions/file_check_steps.rb
vim-jar-0.1.1 features/step_definitions/file_check_steps.rb