brandonweiss / rack-minitest

Adds convenience methods for dealing with JSON to rack-test and MiniTest spec-style matchers for checking response statuses.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Relax minitest dependency version requirement

robmessick opened this issue · comments

rack-minitest seems to work in my environment with minitest 4. Is there a reason for the requirement of minitest 5 or can that requirement be relaxed?

That is an excellent question... I don't think so. I think I just bound it to the latest version out of habit. Feel free to change it to greater than or equal to version 4 and submit a PR.