summaryrefslogtreecommitdiff
path: root/rubocop/cop/rspec/web_mock_enable.rb
diff options
context:
space:
mode:
Diffstat (limited to 'rubocop/cop/rspec/web_mock_enable.rb')
-rw-r--r--rubocop/cop/rspec/web_mock_enable.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/rubocop/cop/rspec/web_mock_enable.rb b/rubocop/cop/rspec/web_mock_enable.rb
index 0bef16a16b0..395375e5fc1 100644
--- a/rubocop/cop/rspec/web_mock_enable.rb
+++ b/rubocop/cop/rspec/web_mock_enable.rb
@@ -1,5 +1,7 @@
# frozen_string_literal: true
+require 'rubocop-rspec'
+
module RuboCop
module Cop
module RSpec