nruth / show_me_the_cookies

Cookie manipulation for Capybara (view, delete, …)
161 stars 44 forks source link

Add Rails example to README #77

Closed schneikai closed 4 months ago

schneikai commented 1 year ago

I'm about to upgrade a Rails 4 application and at least starting from Rails 6 it is required to include ShowMeTheCookies in your tests to use it. I updated the README with an example for Rails. :)