rack-minitest
rack-minitest copied to clipboard
Rails 5
I'm not sure it works with Rails 5...
Also Rails 5 introduced ActionDispatch::IntegrationTest class that supports posting as JSON http://api.rubyonrails.org/classes/ActionDispatch/IntegrationTest.html
I haven't upgraded any apps to Rails 5 yet, but I'll take a look at this as soon as I do 😄
@brandonweiss yeah, me neither, I just created a branch of one of my Rails 4.2 apps to see how hard it was to upgrade and noticed some issues :)