You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make sure to do a bundle install before attempting the following
To run guard simply type
bundle exec guard
this will allow guard to run in the background and perform the tests when you change a file. It is still a good idea to run all the tests with rake spec before pushing your changes to github.