add test gems

This commit is contained in:
Zachary Chai
2017-03-02 15:39:16 -05:00
parent eac6edf2e0
commit eaaec47fe6
4 changed files with 29 additions and 0 deletions

View File

@ -49,6 +49,11 @@ group :development do
gem 'spring-watcher-listen', '~> 2.0.0'
end
group :test do
gem 'mocha'
gem 'simplecov', :require => false
end
group :production do
# For more condensed logging
gem "lograge"