Skip to content

Commit

Permalink
Create hydra and clear expectations upfront.
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshasselberg committed Aug 23, 2012
1 parent e7cd62e commit 4760ad8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/acceptance/typhoeus/typhoeus_hydra_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

describe "Typhoeus::Hydra" do
include TyphoeusHydraSpecHelper
let(:hydra) { Typhoeus::Hydra.new }

before do
Typhoeus::Expectation.clear
end

include_context "with WebMock"

Expand Down

0 comments on commit 4760ad8

Please sign in to comment.