Skip to content

LaSkilzs/atom-rspec

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atom RSpec Runner Package

ghit.me

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

HotKeys:

  • Ctrl+Alt+T - executes all specs the current file
  • Ctrl+Alt+X - executes only the spec on the line the cursor's at
  • Ctrl+Alt+E - re-executes the last executed spec

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'

About

Atom RSpec runner package

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 89.8%
  • CSS 10.2%