Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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