Patch #26322 » simplecov_update.diff
| Gemfile (working copy) | ||
|---|---|---|
| 91 | 91 |
gem "minitest" |
| 92 | 92 |
gem "rails-dom-testing" |
| 93 | 93 |
gem "mocha" |
| 94 |
gem "simplecov", "~> 0.9.1", :require => false
|
|
| 94 |
gem "simplecov", "~> 0.11.2", :require => false
|
|
| 95 | 95 |
# TODO: remove this after upgrading to Rails 5 |
| 96 | 96 |
gem "test_after_commit", "~> 0.4.2" |
| 97 | 97 |
# For running UI tests |