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