After including `RequestHelpers` ala `config.include RSpec::Hanami::RequestHelpers` I get `noMethodError: undefined method `post'` When reviewing the source code I can't see `RSpec::Hanami::RequestHelpers` anywhere. Am I missing something here?
After including
RequestHelpersalaconfig.include RSpec::Hanami::RequestHelpersI getnoMethodError: undefined methodpost'`When reviewing the source code I can't see
RSpec::Hanami::RequestHelpersanywhere. Am I missing something here?