File tree Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 20
20
21
21
group :test do
22
22
gem "codeclimate-test-reporter" , "~> 1.0"
23
- gem "coveralls" , "~>0.8" , require : false
24
23
gem "json"
25
24
gem "multi_json"
26
25
gem "rspec" , "< 4"
Original file line number Diff line number Diff line change 18
18
# limitations under the License.
19
19
#
20
20
require "simplecov"
21
- require "coveralls"
22
21
require "vcr"
23
22
require "webmock/rspec"
24
23
25
24
# This module is only used to check the environment is currently a testing env
26
25
module SpecHelper
27
26
end
28
27
29
- SimpleCov . formatter = SimpleCov ::Formatter ::MultiFormatter . new ( [
30
- Coveralls ::SimpleCov ::Formatter ,
31
- SimpleCov ::Formatter ::HTMLFormatter
32
- ] )
28
+ SimpleCov . formatter = SimpleCov ::Formatter ::HTMLFormatter
33
29
SimpleCov . start do
34
30
add_filter "gemfiles/"
35
31
end
You can’t perform that action at this time.
0 commit comments