Class: Coatepec::Spec::ForkStrategy
- Inherits:
-
ProcessStrategy
- Object
- ProcessStrategy
- Coatepec::Spec::ForkStrategy
- 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
Method Summary
Methods inherited from ProcessStrategy
Constructor Details
This class inherits a constructor from Coatepec::Spec::ProcessStrategy