mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-20 07:11:33 +02:00
added coveralls
This commit is contained in:
parent
af4c6e4cb4
commit
2fa90ec206
4 changed files with 26 additions and 0 deletions
3
Gemfile
3
Gemfile
|
@ -34,6 +34,8 @@ gem 'elasticsearch'
|
|||
gem 'elasticsearch-model'
|
||||
gem 'elasticsearch-dsl'
|
||||
|
||||
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]
|
||||
|
||||
# bundle exec rake doc:rails generates the API under doc/api.
|
||||
gem 'sdoc', '~> 0.4.0', group: :doc
|
||||
|
||||
|
@ -61,6 +63,7 @@ group :test do
|
|||
gem 'simplecov', require: false
|
||||
gem 'test_after_commit' # TODO remove when moving to rails 5
|
||||
gem 'database_cleaner'
|
||||
gem 'coveralls', require: false
|
||||
end
|
||||
|
||||
# Use ActiveModel has_secure_password
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue