Currently the README skips straight from "what does it do" to "how to use it". I think that "how to set it up" is a missing step between these two.
While attempting to use this Gem I encountered difficulty actually getting it to work for minitest (it was fine in RSpec), so along with the Gem installation instructions it would be useful to go into more detail about where configuration should live. Is it in an initializer? Does it live in test/test_helper.rb?
It would also be useful to have some information about how to use the Gem in a project which has both minitest and RSpec suites (if that's even possible). I love the idea of the Gem - I'm just struggling to get it to work in our dual-suite application right now!
Currently the README skips straight from "what does it do" to "how to use it". I think that "how to set it up" is a missing step between these two.
While attempting to use this Gem I encountered difficulty actually getting it to work for minitest (it was fine in RSpec), so along with the Gem installation instructions it would be useful to go into more detail about where configuration should live. Is it in an initializer? Does it live in
test/test_helper.rb?It would also be useful to have some information about how to use the Gem in a project which has both minitest and RSpec suites (if that's even possible). I love the idea of the Gem - I'm just struggling to get it to work in our dual-suite application right now!