aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/arel/attributes
Commit message (Collapse)AuthorAgeFilesLines
* Fix the obvious typos detected by github.com/client9/misspellKazuhiro Sera2018-08-081-10/+10
|
* Add math testsNikolai B2018-05-141-0/+83
| | | | | | After #449 was merged math can be done on these nodes, adding a test file to unit test all the math operators.
* 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-222/+223
|
* Merge Arel into Active RecordMatthew Draper2018-02-241-0/+1014