aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/arel/select_manager_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Make `Arel::Test` subclass of `ActiveSupport::TestCase`Yasuo Honda2018-05-011-1/+1
| | | | | | | | | | not `Minitest::Test` to address `CustomCops/RefuteNot` and `CustomCops/AssertNot` offenses for Arel test cases Also including `ActiveSupport::Testing::Assertions` to `Arel::Spec` and add test/unit backwards compatibility methods Fixes #32720
* Arel: rubocop -aMatthew Draper2018-02-241-244/+244
|
* Merge Arel into Active RecordMatthew Draper2018-02-241-0/+1236