test/dependency_injection_test.rb in invokr-0.9.5 vs test/dependency_injection_test.rb in invokr-0.9.6

- old
+ new

@@ -56,10 +56,10 @@ class TestProcDuckType def parameters [[:req, :foo],[:req, :bar]] end - def call(foo, bar) + def call foo, bar OpenStruct.new foo: foo, bar: bar end end end