Skip to content

Commit

Permalink
making sure CodeClimate loads first
Browse files Browse the repository at this point in the history
  • Loading branch information
skierkowski committed Apr 10, 2015
1 parent 84c8cd6 commit 74c62ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
require "codeclimate-test-reporter"
require 'rspec'

require_relative '../lib/newrelic-metrics.rb'

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

require_relative '../lib/newrelic-metrics.rb'

RSpec.configure do |c|

end

0 comments on commit 74c62ab

Please sign in to comment.