# File lib/active_support/testing/isolation.rb, line 48 48: def _run_class_setup # class setup method should only happen in parent 49: unless defined?(@@ran_class_setup) || ENV['ISOLATION_TEST'] 50: self.class.setup if self.class.respond_to?(:setup) 51: @@ran_class_setup = true 52: end 53: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.