diff --git a/script/rspec_with_simplecov b/script/rspec_with_simplecov index cf8678dc6..602b8c31e 100755 --- a/script/rspec_with_simplecov +++ b/script/rspec_with_simplecov @@ -32,7 +32,7 @@ begin add_filter %r{/bundle/} add_filter %r{/tmp/} add_filter %r{/spec/} - minimum_coverage(100) if RUBY_VERSION.to_f >= ENV['ENFORCE_COVERAGE_AFTER'].to_f + minimum_coverage(100) end end rescue LoadError # rubocop:disable Lint/SuppressedException