Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Rename method to http_method (Fixes #69) #127

Merged
merged 3 commits into from
Jun 24, 2014
Merged

Rename method to http_method (Fixes #69) #127

merged 3 commits into from
Jun 24, 2014

Conversation

maxlinc
Copy link
Collaborator

@maxlinc maxlinc commented Jun 23, 2014

RequestClause#method is now RequestClause#http_method, to avoid conflict with Object#method.
PactoRequest#method remains the same for now, since it's matching the WebMock and Faraday interfaces.

Fixes #69.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.15%) when pulling 53dc1ec on http_method into 646dc19 on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.21%) when pulling 2441b7c on http_method into 646dc19 on master.

maxlinc added a commit that referenced this pull request Jun 24, 2014
Rename method to http_method (Fixes #69)
@maxlinc maxlinc merged commit ab0e20b into master Jun 24, 2014
@maxlinc maxlinc deleted the http_method branch June 24, 2014 15:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pacto::Request#method conflicts with Object#method
2 participants