1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/test/testing
Pedro Medeiros f6ffdcfcff assert_changes works on including Assertions class
assert_not_equal is an alias for refute_equal that is defined only on
the class ActiveSupport::TestCase. This commit ensures
ActiveSupport::Testing::Assertions#assert_changes doesn't depends on
ActiveSupport::TestCase to work.
2021-07-25 14:27:18 -04:00
..
after_teardown_test.rb
constant_lookup_test.rb
file_fixtures_test.rb
method_call_assertions_test.rb assert_changes works on including Assertions class 2021-07-25 14:27:18 -04:00