ruby-test-switcher

Switch between Ruby source code and test files with a single keystroke

Daniel Carral

3,312

11

1.2.3

MIT

GitHub

ruby-test-switcher Build Status

ruby-test-switcher is an Atom package to switch between Ruby source code and test files with a single keystroke.

It supports RSpec, minitest and test-unit, both in Rails and non-Rails projects.

Usage

By default, available key bindings are:

* Notice that if the target file is already opened, both commands simply switch to it.

Installation

From the command line:

$ apm install ruby-test-switcher

From Atom's GUI:

Settings/Preferences ➔ Install ➔ `ruby-test-switcher`

Inspired by the awesome Sublime Text 2 Ruby Tests.