Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a method redefinition warning (#94)
The fix in rails was added somewhere in 5.X, #82 dropped support for rails 5.2, so just drop the workaround as well. ``` /usr/local/bundle/gems/shoulda-context-2.0.0/lib/shoulda/context/rails_test_unit_reporter_patch.rb:8: warning: method redefined; discarding old format_rerun_snippet /usr/local/bundle/gems/railties-7.1.3/lib/rails/test_unit/reporter.rb:76: warning: previous definition of format_rerun_snippet was here ```
- Loading branch information