To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorInstall plugin
- Background
-
- Given
- a directory named ".vimmer"
- And
- a bundle path set for my system
- And
- I have no plugins installed
- Scenarios
-
- Install from Github
- Install from Github with bad URL
- Install from Github with a non-Github URL
- Install from Github with a front-end Github URL
- Accept URLs with a "."
- Install from vim.org
- Install from Github
-
- When
- I successfully run "vimmer install 'https://github.com/tpope/vim-awesomemofo.git'"
- Then
- a plugin named "vim-awesomemofo" should be installed
- And
- the stdout should contain "vim-awesomemofo has been installed"
- Install from Github with bad URL
-
- When
- I run "vimmer install 'https://github.com/tpope/not-found.git'"
- Then
- I should still not have any plugins installed
- And
-
it should fail with:
The plugin not-found could not be found
- Install from Github with a non-Github URL
-
- When
- I run "vimmer install 'http://example.com/bad'"
- Then
- I should still not have any plugins installed
- And
-
it should fail with:
The URL http://example.com/bad is invalid.
- Install from Github with a front-end Github URL
-
- When
- I successfully run "vimmer install 'URL'"
- Then
- a plugin named "vim-awesomemofo" should be installed
- And
- the stdout should contain "vim-awesomemofo has been installed"
Examples: URL http://github.com/tpope/vim-awesomemofo https://github.com/tpope/vim-awesomemofo - Accept URLs with a "."
-
- When
- I run "vimmer install 'http://github.com/tpope/awesomemofo.vim'"
- Then
-
it should pass with:
awesomemofo.vim has been installed
- Install from vim.org
-
- When
- I successfully run "vimmer install http://www.vim.org/scripts/script.php?script_id=2975"
- Then
- a plugin named "fugitive.vim" should be installed
- And
- the stdout should contain "fugitive.vim has been installed"
Last published over 5 years ago by joefiorini.