shoulda-context
shoulda-context copied to clipboard
Pass keyword args through `Context.method_missing`
Without this attempting to call a test's class method with keyword arguments complains that the wrong number of arguments are passed because the keyword hash is passed as a positional parameter instead of keyword parameters.
Hi @TastyPi,
Thanks for the PR. Is there a test we could write that reproduces the problem you describe?