Skip to content

Commit

Permalink
Fix WebMock deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Jul 16, 2011
1 parent 7a79443 commit e720859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Test::Unit::TestCase
include Webrat::Matchers
include Rack::Test::Methods
include RR::Adapters::TestUnit unless include?(RR::Adapters::TestUnit)
include WebMock
include WebMock::API

def setup
RR.reset
Expand Down

0 comments on commit e720859

Please sign in to comment.