diff options
author | bogdanvlviv <bogdanvlviv@gmail.com> | 2018-11-15 00:39:29 +0200 |
---|---|---|
committer | bogdanvlviv <bogdanvlviv@gmail.com> | 2018-11-15 11:48:07 +0200 |
commit | cf01da283e7ff6765b9ecb21215160650c87635a (patch) | |
tree | d47906eef999919546dd2cf81b24a37476ed4b93 /activerecord/lib/active_record/validations/absence.rb | |
parent | f9ba12bd5382dc3251debce81f0c82566aee7581 (diff) | |
download | rails-cf01da283e7ff6765b9ecb21215160650c87635a.tar.gz rails-cf01da283e7ff6765b9ecb21215160650c87635a.tar.bz2 rails-cf01da283e7ff6765b9ecb21215160650c87635a.zip |
Exercise `connected_to` and `connects_to` methods
Since both methods are public API I think it makes sense to add these tests
in order to prevent any regression in the behavior of those methods after the 6.0 release.
Exercise `connected_to`
- Ensure that the method raises with both `database` and `role` arguments
- Ensure that the method raises without `database` and `role`
Exercise `connects_to`
- Ensure that the method returns an array of established connections(as mentioned
in the docs of the method)
Related to #34052
Diffstat (limited to 'activerecord/lib/active_record/validations/absence.rb')
0 files changed, 0 insertions, 0 deletions