renderedtext / vim-bdd

Vim functions to run RSpec and Cucumber on the current cursor or file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

  • <Leader>; - runs a spec example or feature under cursor
  • <Leader>' - runs the whole spec or feature file in current buffer

About

Vim functions to run RSpec and Cucumber on the current cursor or file.


Languages

Language:Vim Script 100.0%