Froze rails gems
[depot.git] / vendor / rails / activesupport / lib / active_support / testing / default.rb
1 module ActiveSupport
2 module Testing
3 module Default #:nodoc:
4 # Placeholder so test/unit ignores test cases without any tests.
5 def default_test
6 end
7 end
8 end
9 end