Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make build_multipart work without mixing in Rack::Test::Utils #131

Closed
wants to merge 1 commit into from

Conversation

tenderlove
Copy link
Member

I'd like to be able to call build_multipart without mixing in
Rack::Test::Utils in to my objects. This commit converts the necessary
methods in to module functions so that I can build multipart post
strings without mixing the utils module in to my object

I'd like to be able to call `build_multipart` without mixing in
Rack::Test::Utils in to my objects.  This commit converts the necessary
methods in to module functions so that I can build multipart post
strings without mixing the utils module in to my object
perlun pushed a commit that referenced this pull request Apr 21, 2017
expose Rack::Test::Utils methods as module functions to avoid
a mixing requirement of utility functions.

Implements PR #131. Thanks to @tenderlove for implementing this
feature.
@junaruga
Copy link
Contributor

@tenderlove thank you for your pull-request.
It was merged as c6dc62c .

@junaruga junaruga closed this Apr 26, 2017
alex-damian-negru pushed a commit to alex-damian-negru/rack-test that referenced this pull request Apr 5, 2021
expose Rack::Test::Utils methods as module functions to avoid
a mixing requirement of utility functions.

Implements PR rack#131. Thanks to @tenderlove for implementing this
feature.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants