Skip to content

Commit

Permalink
Update simplecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Exelord committed Nov 5, 2016
1 parent 45abe1c commit 20a41c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ group :development, :test do
gem 'rails', '5.0.0.1'
end

gem 'simplecov', '0.12.0', require: false, group: :test
gem 'codeclimate-test-reporter', group: :test, require: nil
gem 'simplecov', '0.12.0', group: :test
gem 'codeclimate-test-reporter', '1.0.0', group: :test
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ PLATFORMS

DEPENDENCIES
bundler (~> 1.12)
codeclimate-test-reporter
codeclimate-test-reporter (= 1.0.0)
database_cleaner (= 1.5.3)
factory_girl_rails (= 4.7.0)
ffaker (= 2.2.0)
Expand Down
3 changes: 0 additions & 3 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# frozen_string_literal: true
require 'codeclimate-test-reporter'
require 'support/helpers/is_expected_block'

CodeClimate::TestReporter.start

# This file was generated by the `rails generate rspec:install` command. Conventionally, all
# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
# The generated `.rspec` file contains `--require spec_helper` which will cause
Expand Down

0 comments on commit 20a41c7

Please sign in to comment.