Sha256: 402804639c29464c3ca20ed3f37421f6321b255c2c02217780179a0ba9d0ee51
Contents?: true
Size: 460 Bytes
Versions: 5
Compression:
Stored size: 460 Bytes
Contents
Given /^an initialized vimpack in "([^"]*)"$/ do |homedir| steps %Q{ Given a directory named "#{homedir}/.vim" And an empty file named "#{homedir}/.vimrc" And "#{homedir}" is my home directory When I run `vimpack -e development init` Then the output should contain "vimpack initialized!" } end Given /^"([^"]*)" is already installed$/ do |script_name| steps %Q{ Given I run `vimpack -e development install #{script_name}` } end
Version data entries
5 entries across 5 versions & 1 rubygems