aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/arel/nodes/case_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Make `Arel::Test` subclass of `ActiveSupport::TestCase`Yasuo Honda2018-05-011-52/+54
| | | | | | | | | | 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-18/+19
|
* Merge Arel into Active RecordMatthew Draper2018-02-241-0/+83