carlosbrando / autotest-notification

This gem set the autotest to send messages to software as Growl, LibNotify, and Snarl, displaying a window with the results.
http://www.nomedojogo.com/
MIT License
183 stars 27 forks source link

Renaming .autotest to .autotest.backup fails #2

Closed nielsm closed 14 years ago

nielsm commented 14 years ago

With the 2.2.0 version of the gem, you get this error if you already have a .autotest file and try to use an-install:

an-install:89: uninitialized constant FileUtils

There doesn't appear to be a require 'fileutils;, which if manually added eliminates the error message.

carlosbrando commented 14 years ago

nielsm, can you create a patch for this?

carlosbrando commented 14 years ago

Don't need anymore, I changed it.