Closed sandeepnagra closed 6 years ago
I can create a pull request if you think you can add it to steps.rb file
You're welcome to make PR!
Hi there. What's the likelihood that the above PR will get merged? Being able to either disable the response cache or clear it would be very useful to me.
@kevgatch I need the build to be green for me to merge that PR.
Here's what I use in my project:
Given(/^I clear the response cache$/) do $cache = {} end