https://github.com/dperrymorrow/rspec-autotest-growl
Growl notifications using rspec and autotest
https://github.com/dperrymorrow/rspec-autotest-growl
Last synced: 5 months ago
JSON representation
Growl notifications using rspec and autotest
- Host: GitHub
- URL: https://github.com/dperrymorrow/rspec-autotest-growl
- Owner: dperrymorrow
- Created: 2012-03-20T20:36:54.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-03-26T20:39:52.000Z (about 14 years ago)
- Last Synced: 2025-05-29T20:22:12.731Z (about 1 year ago)
- Homepage:
- Size: 146 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Installation
## Get Growl and Growl Notify
- Download and install [Growl](http://itunes.apple.com/us/app/growl/id467939042?mt=12&ign-mpt=uo%3D4)
- [Growl Notify](http://growl.info/downloads#generaldownloads).
## Setup your Rails gemfile
Configure your dev environment with rspec and autotest.
````ruby
group :test do
gem "rspec", "~> 1.3.2"
gem "rspec-rails", "~> 1.3.4"
gem "autotest"
gem "autotest-rails"
end
````
- cd into your Rails build and bundle install
## Configure autotest files
- Put the .autotest file in your home ~/ directory.
- Stick the Growl Images folder in ~/Documents.
- Start spork and autotest, receive sweet growl notifications! This has been tested on OSX 10.7.