Skip to content

Commit 7446b11

Browse files
committed
Fix dependency issue with Deprecator
Running tests threw a `undefined method 'deprecator'` error. This is related to the `time_helpers` from activesupport. This issue is defined here: rails/rails#49495 which suggests this as a workaround rails/rails#49495 (comment)
1 parent 12a482d commit 7446b11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/spec_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
require "active_support"
12
require "active_support/testing/time_helpers"
23
require "simplecov"
34
require_relative "support/features"

0 commit comments

Comments
 (0)