adomokos / light-service

Series of Actions with an emphasis on simplicity.
MIT License
837 stars 67 forks source link

Remove extra argument from example #148

Closed ngpestelos closed 6 years ago

ngpestelos commented 6 years ago

Passing action as a separate parameter causes an argument error because around_each expects only one argument.

See also: https://github.com/adomokos/light-service/blob/a207d17296d9ff995e39ddeb12ed039159a11606/spec/test_doubles.rb#L54

adomokos commented 6 years ago

Thank you! 👍