rspec-hanami
rspec-hanami copied to clipboard
RSpec Matchers for Hanami
To avoid incompatibility with recent dry-rb/hanami gems the dependencies had to be updated. - Added 'hanami-utils' to dependency - Removed 'hanami' from dependency - Added only the needed gems (hanami-model,...
Ok, I would actually address 3 issues here but since they all related to the same method they might have a single solution. ### First Each matcher includes following code:...
Code for #14 Including gem functionality by specifying `type: :request` in rspec's `describe` block
In 1.1 we started use types for each type of hanami spec file. It will be great if we load only specific matchers to specific type
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?
Was looking at most recent master build: https://travis-ci.org/davydovanton/rspec-hanami/jobs/216544911] and `.travis.yml`. It seems like travis does not run rspec at all.