Sha256: 7f8ce295f30b23baa7b54f8afeeb0a41c0f5db65be85f1d8c0bb991d3edf5c0b
Contents?: true
Size: 428 Bytes
Versions: 9
Compression:
Stored size: 428 Bytes
Contents
require 'lite_spec_helper' # This test can be used to manually verify that there are no leaked # background threads - execute it after executing another test (in the same # rspec run) that is suspected to leak background threads, such as by # running: # # rspec your_spec.rb spec/integration/check_clean_slate_spec.rb describe 'Check clean slate' do clean_slate_for_all_if_possible it 'checks' do # Nothing end end
Version data entries
9 entries across 9 versions & 1 rubygems