here is the gem:
https://github.com/visionmedia/growl
How can i tell if this a Mac only app?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I currently use Growl for Windows as Joe said.
In my Gemfile:
Create a file named
.autotestin your home directory, probablyC:\Users\username\and putrequire 'autotest/growl'at the top.Ensure Growl is running and when you run
bundle exec autotestthe tests will output notifcations through growl.nb. double-check gem version numbers, it took me a little while to find the right combination of versions to work together and it may have changed since.
Avoid the ‘fsevent’ gem, as it’s mac-specific.