ritxi-rspec

Fork of Atom RSpec runner package with window position config and deprecation warning fixed

ritxi

81

0

0.4.0

MIT

GitHub

Atom RSpec Runner Package

ghit.me

Add ability to run RSpec and see the output without leaving Atom.

HotKeys:

Screenshot

Configuration

By default this package will run rspec as the command.

You can set the default command by either accessing the Settings page (Cmd+,) and changing the command option like below:

Configuration Screenshot

Or by opening your configuration file (clicking Atom > Open Your Config) and adding or changing the following snippet:

'rspec':
  'command': 'bundle exec rspec'