Namespace
    - MODULE ActiveSupport::Testing::Isolation::Forking
 - MODULE ActiveSupport::Testing::Isolation::MiniTest
 - MODULE ActiveSupport::Testing::Isolation::Subprocess
 - MODULE ActiveSupport::Testing::Isolation::TestUnit
 
Methods
    
  
  
  
    
    
    
    
    
    
      Class Public methods
      
        
            
              forking_env?()
            
            Link
          
          
          
            
            
              included(base)
            
            Link
          
          
          
            Instance Public methods
      
        
            
              _run_class_setup()
            
            Link
          
          
          
            # File activesupport/lib/active_support/testing/isolation.rb, line 48 def _run_class_setup # class setup method should only happen in parent unless defined?(@@ran_class_setup) || ENV['ISOLATION_TEST'] self.class.setup if self.class.respond_to?(:setup) @@ran_class_setup = true end end