Sha256: ec239658fc69d1f26323134dae6e1b8ba22b9ce5eb0e9c80856c9a599a8e1f0e

Contents?: true

Size: 433 Bytes

Versions: 2

Compression:

Stored size: 433 Bytes

Contents

When /^I run command "([^"]*)"$/ do |command|
  When "I run \"export VIM_JAR_TEST=true; bundle exec #{bin_path} #{command}\""
end

Then /^I should see "([^"]*)" in installed list$/ do |plugin_name|
  When "I run command \"installed\"" 
  Then %Q{the stdout should contain "#{plugin_name}"}
end


Then /^I should see update success message$/ do |plugin_name|
  Then %Q{the stdout should contain "All your plugin is up to date."}
end

Version data entries

2 entries across 2 versions & 1 rubygems

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