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

Enable webmock alongside installing the gem #7

Merged
merged 1 commit into from
Oct 25, 2023
Merged

Conversation

mattbrictson
Copy link
Owner

Before, webmock was installed purely as an adapter for vcr. But it is often useful to have the webmock DSL available to use directly. This commit adds the necessary require statement to enable the webmock DSL within minitest and rspec.

Before, webmock was installed purely as an adapter for vcr. But it is
often useful to have the webmock DSL available to use directly. This
commit adds the necessary `require` statement to enable the webmock DSL
within minitest and rspec.
@mattbrictson mattbrictson added ✨ Feature Adds a new feature automerge Automatically merge PR once all required checks pass labels Oct 25, 2023
@kodiakhq kodiakhq bot merged commit 3350078 into main Oct 25, 2023
7 checks passed
@kodiakhq kodiakhq bot deleted the features/webmock branch October 25, 2023 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Automatically merge PR once all required checks pass ✨ Feature Adds a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant