Class: Coatepec::Spec::ForkStrategy

Inherits:
ProcessStrategy show all
Defined in:
lib/coatepec/spec/fork_strategy.rb

Overview

Runs RSpec in a Process.forked child (Linux only): cheap and reuses the warm worker's loaded Rails boot, but isolated from the parent's ActiveRecord connections and global state.

Direct Known Subclasses

GuardedForkStrategy

Method Summary

Methods inherited from ProcessStrategy

#initialize, #run

Constructor Details

This class inherits a constructor from Coatepec::Spec::ProcessStrategy