Skip to content

Commit

Permalink
fix: require only webmock/minitest
Browse files Browse the repository at this point in the history
  • Loading branch information
fteem committed Jul 25, 2015
1 parent cee2dbb commit 62ea236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.rb
Expand Up @@ -2,7 +2,7 @@
require 'minitest/autorun'
require 'minitest/unit'
require "minitest/reporters"
require 'webmock'
require 'webmock/minitest'

include WebMock::API

Expand Down

0 comments on commit 62ea236

Please sign in to comment.