Class: Coatepec::Spec::SpawnStrategy
- Inherits:
-
ProcessStrategy
- Object
- ProcessStrategy
- Coatepec::Spec::SpawnStrategy
- Defined in:
- lib/coatepec/spec/spawn_strategy.rb
Overview
Runs RSpec in a freshly Process.spawned bundle exec rspec (macOS
and any platform without a working fork): slower per run since Rails
boots from scratch, but avoids fork-safety pitfalls.
Method Summary
Methods inherited from ProcessStrategy
Constructor Details
This class inherits a constructor from Coatepec::Spec::ProcessStrategy