class BitGirder::Testing::TestHolder

Public Class Methods

inherited( by ) click to toggle source
# File lib/bitgirder/testing.rb, line 141
def self.inherited( by )
    by.send( :include, TestClassMixin )
end