Skip to content

Commit

Permalink
Fix specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshasselberg committed Nov 21, 2012
1 parent f2d4541 commit f946d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/typhoeus/hydra/runnable_spec.rb
Expand Up @@ -127,7 +127,7 @@
let(:requests) { [first] }

before { Typhoeus.on_complete { |r| String.new(r.code) } }
after { Typhoeus.on_complete.clear }
after { Typhoeus.on_complete.clear; Typhoeus.before.clear }

context "when real request" do
context "when max_concurrency default" do
Expand Down

0 comments on commit f946d1a

Please sign in to comment.