1 2 3 4 5 6 7 8 9
module ActiveSupport module Testing module Default #:nodoc: # Placeholder so test/unit ignores test cases without any tests. def default_test end end end end