Sha256: b6e5adf07dfbb7078b162cb4fb662fc01f302272e1f14fdcc45e95c5e61cb999
Contents?: true
Size: 477 Bytes
Versions: 18
Compression:
Stored size: 477 Bytes
Contents
# frozen_string_literal: true # encoding: utf-8 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
18 entries across 18 versions & 1 rubygems