Sha256: be39fe499df3d6f9f1cf598a669705d5c54eddb3f87e86362d9c5fa237e054e0
Contents?: true
Size: 478 Bytes
Versions: 9
Compression:
Stored size: 478 Bytes
Contents
# frozen_string_literal: true # rubocop:todo all 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 & 2 rubygems