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
bogdanvlviv d2d72966c3
Fix stubbed methods in test cases
Remove returning of `false` value for stubbed `lock_thread=` methods
since there aren't any needs in it.

Remove unnecessary returning of `true` for stubbed `drop_database` method.
Follow up #33309.

Related to #33162, #33326.
2018-07-10 23:42:40 +03:00
..
active_record/connection_adapters
assets
cases Fix stubbed methods in test cases 2018-07-10 23:42:40 +03:00
fixtures Ensure to calculate column aliases after all table aliases are constructed 2018-06-19 22:21:51 +09:00
migrations Fix occurrences Fixnum|Bignum 2018-03-04 20:44:30 +02:00
models Ensure to calculate column aliases after all table aliases are constructed 2018-06-19 22:21:51 +09:00
schema Subsecond precision is not supported until MySQL 5.6.4 2018-07-09 04:27:35 +09:00
support
config.example.yml
config.rb