Skip to content

Commit

Permalink
Use parentheses in curb spec to supress a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
James Conroy-Finn committed May 18, 2011
1 parent 8df9a30 commit b8e05bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/curb_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
test = data
end
@curl.http_get
test.should match /One: 1/
test.should match(/One: 1/)
end

it "should call on_complete when request is complete" do
Expand Down

0 comments on commit b8e05bc

Please sign in to comment.