thoughtbot / shoulda-context

Shoulda Context makes it easy to write understandable and maintainable tests under Minitest and Test::Unit within Rails projects or plain Ruby projects.
MIT License
239 stars 58 forks source link

Forward kwargs correctly for calls in context #102

Open martinemde opened 3 months ago

martinemde commented 3 months ago

I haven't gotten the tests working locally so I'm writing the test blind, but I think it will work.