Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is to get the tests green again before taking a deeper look into the impact of keyword args on Interactor as a whole. The failures looked something like this: ``` Failure/Error: new(context).tap(&:run).context #<#<Class:0x000000010077d5c0> (class)> received :new with unexpected arguments expected: ({:foo=>"bar"}) (keyword arguments) got: ({:foo=>"bar"}) (options hash) ```
- Loading branch information