Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Commit

Permalink
Fix the spec_helper.
Browse files Browse the repository at this point in the history
  • Loading branch information
dazoakley committed May 9, 2014
1 parent f9786f1 commit 47d3025
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
Expand Up @@ -2,9 +2,9 @@
Bundler.setup(:default, :test)

require 'macmillan/utils/rspec/rspec_defaults'
require 'macmillan/utils/rspec/codeclimate_helper'
require 'macmillan/utils/rspec/simplecov_helper'
require 'macmillan/utils/rspec/webmock_helper'
require 'macmillan/utils/test_helpers/codeclimate_helper'
require 'macmillan/utils/test_helpers/simplecov_helper'

ENV['RACK_ENV'] = 'test'

Expand Down

0 comments on commit 47d3025

Please sign in to comment.