randymorris / buster-mode

A minor mode for emacs to speed up development when writing tests with Buster.JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

buster-mode

buster-mode is a minor mode for emacs to speed up development when writing tests with Buster.js.

Keybinding

All keybindings in buster-mode start with C-c C-b and then a two-letter mnemonic shortcut.

  • td: toggle-deferred will toggle // in the name of the current test.
  • tf: toggle-focus-rocket will toggle => in the name of the current test.
  • ra: run-all-tests

Development

To fetch the test dependencies:

$ cd /path/to/buster-mode
$ git submodule init
$ git submodule update

Run the tests with:

$ ./util/ecukes/ecukes features

About

A minor mode for emacs to speed up development when writing tests with Buster.JS


Languages

Language:Emacs Lisp 78.4%Language:Ruby 21.6%