Sha256: 9eb33969b7bc3b4127cdeab2b2544ab93708e62312f15deb3147b095980e72b6

Contents?: true

Size: 295 Bytes

Versions: 2

Compression:

Stored size: 295 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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vim-jar-0.1.1 features/step_definitions/command_steps.rb
vim-jar-0.1.0 features/step_definitions/command_steps.rb