guard-rspec
Run Guard in the background and be told about failures.
craigsheen 602 2 0.4.0 MIT GitHub

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