(MODULES-3958) use rspec-mock and add coverage

This commit is contained in:
tphoney
2019-02-14 13:50:04 +00:00
parent 7bede1a384
commit 7293c4991b
10 changed files with 72 additions and 35 deletions

View File

@@ -1,4 +1,7 @@
---
.gitlab-ci.yml:
unmanaged: true
.travis.yml:
docker_sets:
- set: docker/centos-7
@@ -9,6 +12,9 @@
branches:
- release
appveyor.yml:
delete: true
Gemfile:
optional:
':development':
@@ -26,8 +32,6 @@ Gemfile:
- mingw
- x64_mingw
appveyor.yml:
delete: true
.gitlab-ci.yml:
unmanaged: true
spec/spec_helper.rb:
mock_with: ':rspec'
coverage_report: true