Sha256: 25290e894009aef984da4d4a52463f4be22d096529e4628c0b019820b0505b1b
Contents?: true
Size: 339 Bytes
Versions: 1
Compression:
Stored size: 339 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/.*/#{name}\.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.2.0 | features/step_definitions/plugin_assertion_steps.rb |