Skip to content

Commit b4d35f8

Browse files
committed
fix simplecov?
1 parent e0adcf7 commit b4d35f8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gem 'rspec'
66
platform :mri do
77
gem 'codeclimate-test-reporter', require: nil
88
gem 'cane'
9-
gem 'rubocop'
9+
gem 'rubocop', require: false
1010
gem 'simplecov', require: false
1111
end
1212

spec/spec_helper.rb

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
require 'bundler/setup'
2+
Bundler.require(:default)
3+
14
begin
25
require './spec/support/simplecov_helper'
36
include SimpleCovHelper

0 commit comments

Comments
 (0)