Last active
February 24, 2016 20:45
-
-
Save thebadmonkeydev/c7828f87624f07b8f3f7 to your computer and use it in GitHub Desktop.
Disable Webmock adapter after test suite
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Solved an issue with spec coverage reporting after spec runs | |
config.after(:suite) do | |
WebMock::HttpLibAdapters::NetHttpAdapter.disable! | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment