Skip to content

Commit

Permalink
One more spec here
Browse files Browse the repository at this point in the history
  • Loading branch information
oesmith committed Oct 9, 2012
1 parent 3122fd3 commit b6e5332
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/lib/billy/proxy_request_stub_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
it 'should match urls and methods' do
Billy::ProxyRequestStub.new('http://example.com').
matches?('GET', 'http://example.com').should be
Billy::ProxyRequestStub.new('http://example.com').
matches?('POST', 'http://example.com').should_not be
Billy::ProxyRequestStub.new('http://example.com', :method => :get).
matches?('GET', 'http://example.com').should be
Billy::ProxyRequestStub.new('http://example.com', :method => :post).
Expand Down

0 comments on commit b6e5332

Please sign in to comment.