here is the gem: https://github.com/visionmedia/growl
How can i tell if this a Mac only app?
here is the gem: https://github.com/visionmedia/growl
How can i tell if this a Mac only app?
On
Growl is a Mac app. To make similar thing in Windows, use Notification and Notification Area API.
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.