Kasper Timm Hansen
Kasper Timm Hansen
Looks like Bullet Train is using minitest's `def setup` and `def teardown` where users must remember to call `super` manually. `ActiveSupport::TestCase` includes `setup do` (or setup :some_setup_method) and `teardown do`...
Paired with @marcoroth - [ ] Fix db:seed test.
When I bundle installed in Quickdraw I got this warning from Bundler: ``` Your Gemfile lists the gem minitest (>= 0) more than once. You should probably keep only one...
Tests pass and browsing in development via the server seems to work fine too.
Meant to be a continuation on top of #500. Seems like it might be easier just to deploy directly to Rails 8.0 for gems.sh.
We've got a subsection of the app that expects and works off of a `@gem` variable. I think it'd be clearer if we made a dedicated hosting place for that...
I'm slightly unsure about adding this to Oaken itself, but I have successfully used this pattern in an app.