Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove test_order method check in test/helper.rb
* currently globalid is depending on 'activesupport >= 5.0', which makes the `ActiveSupport::TestCase.respond_to?(:test_order=)` check redundant * in `activesupport > 4.1.16, < 5.0` , `ActiveSupport::TestCase.test_order` default to `:sorted`, but in 'activesupport >= 5.0', its default is `:random`, so these thress lines of code can be removed
- Loading branch information