Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add math tests | Nikolai B | 2018-05-14 | 1 | -9/+0 |
| | | | | | | 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 Honda | 2018-05-01 | 5 | -70/+74 |
| | | | | | | | | | | 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 -a | Matthew Draper | 2018-02-24 | 32 | -307/+333 |
| | |||||
* | Merge Arel into Active Record | Matthew Draper | 2018-02-24 | 32 | -0/+1361 |