diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index d718307e0b4aaf4a2005f5d70f33bedef50c75f0..0f3a915563489cafa2643f33e6f8b5858ebd7f29 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,7 +1,5 @@
 # frozen_string_literal: true
 
-require "covered/rspec"
-
 if RUBY_PLATFORM =~ /darwin/
 	Q = 20
 else