Skip to content

Commit

Permalink
Fix spec docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Nov 4, 2010
1 parent 64ecee8 commit 68fbd61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/typhoeus/hydra_mock_spec.rb
Expand Up @@ -184,7 +184,7 @@ def mock(options = {})
)).should be_true
end

it 'does not match if the mocked values are regexes and match the request values' do
it 'does not match if the mocked values are regexes and do not match the request values' do
mock(
:headers => { 'A' => /foo/, }
).matches?(request(
Expand Down

0 comments on commit 68fbd61

Please sign in to comment.