Skip to content

Commit

Permalink
MockRequest: Fixed bad merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
zenhob committed Jan 5, 2010
1 parent 3c16606 commit 387acc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/faraday/adapter/mock_request.rb
Expand Up @@ -58,7 +58,7 @@ def matches?(request_path, params, headers)
end

def initialize &block
super nil
super
configure(&block) if block
end

Expand Down

0 comments on commit 387acc9

Please sign in to comment.