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