Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renderedtext/vim-bdd
Vim functions to run RSpec and Cucumber on the current cursor or file.
https://github.com/renderedtext/vim-bdd
cucumber rspec semaphore-open-source vim-script
Last synced: 27 days ago
JSON representation
Vim functions to run RSpec and Cucumber on the current cursor or file.
- Host: GitHub
- URL: https://github.com/renderedtext/vim-bdd
- Owner: renderedtext
- Created: 2013-04-08T11:33:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-10-26T12:48:46.000Z (about 8 years ago)
- Last Synced: 2023-03-11T00:53:52.414Z (almost 2 years ago)
- Topics: cucumber, rspec, semaphore-open-source, vim-script
- Language: VimL
- Size: 12.7 KB
- Stars: 4
- Watchers: 14
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
vim-bdd
=======Vim functions to run Ruby and Elixir tests on the current cursor or file.
Supported are:
- Ruby: RSpec and Cucumber tests; Spork, Zeus and Spring runners.
- Elixir: ExUnit tests.Shortcuts:
- `;` - runs a spec example or feature under cursor
- `'` - runs the whole spec or feature file in current buffer