Module: Specs
- Defined in:
- lib/celluloid/rspec.rb
Constant Summary collapse
- CHECK_LOOSE_THREADS =
!Nenv.ci? unless
- ALLOW_RETRIES =
3
- INCLUDE_SUPPORT =
[ "env", "logging", "sleep_and_wait", "reset_class_variables", "crash_checking", "loose_threads", "stubbing", "coverage", "includer", "configure_rspec" ]
- INCLUDE_PATHS =
[ "./spec/support/*.rb", "./spec/support/examples/*.rb", "./spec/shared/*.rb" ]
- MAX_EXECUTION =
13
- MAX_ATTEMPTS =
20
- TIMER_QUANTUM =
Timer accuracy enforced by the tests (50ms)
0.05
- BACKTRACE_OMITTED =
[ "rspec-expectations", "rspec-core", "rspec-mocks", "rspec-retry", "rubysl-thread", "rubysl-timeout" ]