Opens two columns with unit test in left group and code file in right group.
Assumes
- file ending in '.spec.js' denotes a unit test file
- unit test and code file are located in same directory
Open e.g. features/movies/controller.js
or features/movies/controller.spec.js
Run GoTestdriven
command
Two columns will be opened with
controller.spec.js
shown in the left groupcontroller.js
shown in right group
Ready, set, start TDD.