1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/cases/arel/nodes
Ryuta Kamizono 6158b83d2a Address to the warning "DEPRECATED: global use of assertion methods"
This addresses to the warning "DEPRECATED: global use of assertion
methods" which is introduced in minitest v5.12.0.

e6bc448573

https://buildkite.com/rails/rails/builds/64121#880aecf2-849f-4603-95f1-228784c7d3f4/1003-1010
2019-10-04 17:32:31 +09:00
..
and_test.rb Make And and Case into expression nodes 2019-01-24 14:35:52 -05:00
as_test.rb
ascending_test.rb Make Arel::Test subclass of ActiveSupport::TestCase 2018-05-01 13:09:12 +00:00
bin_test.rb
binary_test.rb Make Arel::Test subclass of ActiveSupport::TestCase 2018-05-01 13:09:12 +00:00
bind_param_test.rb Address to the warning "DEPRECATED: global use of assertion methods" 2019-10-04 17:32:31 +09:00
case_test.rb Alias case nodes 2019-01-21 10:28:39 -05:00
casted_test.rb
comment_test.rb Add Relation#annotate for SQL commenting 2019-03-21 20:30:56 -07:00
count_test.rb Address to the warning "DEPRECATED: global use of assertion methods" 2019-10-04 17:32:31 +09:00
delete_statement_test.rb Address to the warning "DEPRECATED: global use of assertion methods" 2019-10-04 17:32:31 +09:00
descending_test.rb Make Arel::Test subclass of ActiveSupport::TestCase 2018-05-01 13:09:12 +00:00
distinct_test.rb
equality_test.rb Address to the warning "DEPRECATED: global use of assertion methods" 2019-10-04 17:32:31 +09:00
extract_test.rb Address to the warning "DEPRECATED: global use of assertion methods" 2019-10-04 17:32:31 +09:00
false_test.rb
grouping_test.rb Address to the warning "DEPRECATED: global use of assertion methods" 2019-10-04 17:32:31 +09:00
infix_operation_test.rb
insert_statement_test.rb Address to the warning "DEPRECATED: global use of assertion methods" 2019-10-04 17:32:31 +09:00
named_function_test.rb
node_test.rb Use match? where we don't need MatchData 2019-07-29 14:23:10 +09:00
not_test.rb Address to the warning "DEPRECATED: global use of assertion methods" 2019-10-04 17:32:31 +09:00
or_test.rb Address to the warning "DEPRECATED: global use of assertion methods" 2019-10-04 17:32:31 +09:00
over_test.rb Address to the warning "DEPRECATED: global use of assertion methods" 2019-10-04 17:32:31 +09:00
select_core_test.rb Add Relation#annotate for SQL commenting 2019-03-21 20:30:56 -07:00
select_statement_test.rb Address to the warning "DEPRECATED: global use of assertion methods" 2019-10-04 17:32:31 +09:00
sql_literal_test.rb Address to the warning "DEPRECATED: global use of assertion methods" 2019-10-04 17:32:31 +09:00
sum_test.rb Address to the warning "DEPRECATED: global use of assertion methods" 2019-10-04 17:32:31 +09:00
table_alias_test.rb
true_test.rb
unary_operation_test.rb
update_statement_test.rb Address to the warning "DEPRECATED: global use of assertion methods" 2019-10-04 17:32:31 +09:00
window_test.rb