Introduced guard

This commit is contained in:
Andres Keskküla 2014-08-27 13:46:18 +03:00
parent 97843207a7
commit 2f94c0aa38
3 changed files with 92 additions and 0 deletions

View file

@ -57,6 +57,11 @@ group :development do
# bundle exec rake doc:rails generates the API under doc/api.
gem 'sdoc', '~> 0.4.0'
gem 'guard', '~> 2.6.1'
gem 'guard-rspec', '~> 4.3.1'
gem 'guard-rubocop', '~> 1.1.0'
end
group :development, :test do