Skip to content

Commit

Permalink
rubocop -a, cause I'm going too fast now
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Sep 15, 2016
1 parent f310946 commit f23f366
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# frozen_string_literal: true
require 'bundler/setup'

require "codeclimate-test-reporter"

if ENV['CODECLIMATE_REPO_TOKEN']
CodeClimate::TestReporter.start
end
require 'codeclimate-test-reporter'

CodeClimate::TestReporter.start if ENV['CODECLIMATE_REPO_TOKEN']

require 'pry-byebug'
require 'case_transform'
Expand Down

0 comments on commit f23f366

Please sign in to comment.