craigsheen / atom-guard-rspec

Run Guard RSpec in the background of Atom and have it warn you when failures occur.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

guard-rspec package

Run Guard RSpec in the background of Atom and have it warn you when failures occur.

To get started simply toggle the package (ctrl + alt + o) or through packages -> guard-rspec -> toggle. This will start guard and inform you when any failures occur.

Please note: you must have guard-rspec installed for this to work.

Messages

  • No Errors: Guard run and no errors were found.
  • n Error(s) Found!: Guard run and errors were found. Click the path to be taken to failing spec.
  • Failed to run: Guard failed to run, normally due to broken code.

http://i.imgur.com/TOFeOOi.png

TODO

  • Add actual error messages
  • Improve Specs

About

Run Guard RSpec in the background of Atom and have it warn you when failures occur.

License:MIT License


Languages

Language:CoffeeScript 97.7%Language:CSS 2.3%