Class: Coatepec::Spec::SpawnStrategy

Inherits:
ProcessStrategy show all
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

#initialize, #run

Constructor Details

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