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 allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
constant_lookup_test.rb Remove with_autoloading_fixtures from the AS::Testing::ConstantLookup test suite 2021-04-03 19:24:12 +02:00
file_fixtures_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
method_call_assertions_test.rb assert_changes works on including Assertions class 2021-07-25 14:27:18 -04:00