Added guard

This commit is contained in:
randx 2012-09-10 09:26:35 +03:00
parent b565f33472
commit a1ba470e4e
3 changed files with 44 additions and 0 deletions

View file

@ -109,6 +109,9 @@ group :development, :test do
gem "database_cleaner"
gem "launchy"
gem 'factory_girl_rails'
gem 'guard-rspec'
gem 'guard-cucumber'
end
group :test do