Sha256: 1f700a9c50227e33cfae6fb517622a45141268c17010c0cf602dbb8566b836c2

Contents?: true

Size: 349 Bytes

Versions: 1

Compression:

Stored size: 349 Bytes

Contents

Then /^a plugin named "([^"]*)" should be installed$/ do |name|
  @vimmer.installed_plugins.should include(name)
  @vimmer.plugin_store[name].should =~ %r{https://github.com/tpope/vim-awesomemofo.git}
end

Then /^I should still not have any plugins installed$/ do
  @vimmer.installed_plugins.should be_empty
  @vimmer.plugin_store.should == {}
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vimmer-0.1.0 features/step_definitions/plugin_assertion_steps.rb