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