Skip to content

Commit f23f366

Browse files
committed
rubocop -a, cause I'm going too fast now
1 parent f310946 commit f23f366

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

test/test_helper.rb

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
# frozen_string_literal: true
22
require 'bundler/setup'
33

4-
require "codeclimate-test-reporter"
5-
6-
if ENV['CODECLIMATE_REPO_TOKEN']
7-
CodeClimate::TestReporter.start
8-
end
4+
require 'codeclimate-test-reporter'
95

6+
CodeClimate::TestReporter.start if ENV['CODECLIMATE_REPO_TOKEN']
107

118
require 'pry-byebug'
129
require 'case_transform'

0 commit comments

Comments
 (0)