Skip to content

Commit

Permalink
change codeclimate order in spec_helper
Browse files Browse the repository at this point in the history
  • Loading branch information
jannosiilbek committed Jul 29, 2015
1 parent 6567c11 commit 72c2437
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
require 'bundler/setup'
Bundler.setup

require 'x_road'

if RUBY_VERSION >= '1.9'
require 'codeclimate-test-reporter'
CodeClimate::TestReporter.start
end

require 'bundler/setup'
Bundler.setup
require 'x_road'

RSpec.configure do |config|
# some (optional) config here
end

0 comments on commit 72c2437

Please sign in to comment.