Skip to content

Instantly share code, notes, and snippets.

@alanmaciel
Created October 31, 2012 21:23
Show Gist options
  • Save alanmaciel/3989953 to your computer and use it in GitHub Desktop.
Save alanmaciel/3989953 to your computer and use it in GitHub Desktop.
Test gems on Macintosh OS X
group :test do
gem 'capybara', '1.1.2'
gem 'rb-fsevent', '0.9.1', :require => false
gem 'growl', '1.0.3'
end
(OS X users may have to install Growl and growlnotify as well)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment