install guard-spinach

This commit is contained in:
Nihad Abbasov 2012-09-10 06:43:49 -07:00
parent ae9689f8ff
commit ef4e9c24d3
3 changed files with 11 additions and 10 deletions

View file

@ -119,6 +119,7 @@ group :development, :test do
# Guard
gem 'guard-rspec'
gem 'guard-spinach'
# Notification
gem 'rb-fsevent', :require => darwin_only('rb-fsevent')