Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 343 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 343 Bytes

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