X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=vendor%2Frails%2Factivesupport%2Flib%2Factive_support%2Ftesting%2Fdefault.rb;fp=vendor%2Frails%2Factivesupport%2Flib%2Factive_support%2Ftesting%2Fdefault.rb;h=a0bd6303c77c94dab23fad901ec0001979a5b352;hb=d115f2e23823271635bad69229a42cd8ac68debe;hp=0000000000000000000000000000000000000000;hpb=37cb670bf3ddde90b214e591f100ed4446469484;p=depot.git diff --git a/vendor/rails/activesupport/lib/active_support/testing/default.rb b/vendor/rails/activesupport/lib/active_support/testing/default.rb new file mode 100644 index 0000000..a0bd630 --- /dev/null +++ b/vendor/rails/activesupport/lib/active_support/testing/default.rb @@ -0,0 +1,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