Skip to content

Commit

Permalink
fixed ntlm option spec
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiii committed Jul 26, 2013
1 parent 42e695a commit 2c1271d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/savon/options_spec.rb
Expand Up @@ -391,7 +391,7 @@
client = new_client(:endpoint => @server.url, :ntlm => credentials)

# TODO: find a way to integration test this. including an entire ntlm server implementation seems a bit over the top though.
HTTPI::Auth::Config.any_instance.expects(:ntlm).with(credentials)
HTTPI::Auth::Config.any_instance.expects(:ntlm).with(*credentials)

response = client.call(:authenticate)
end
Expand Down

0 comments on commit 2c1271d

Please sign in to comment.