Skip to content

Commit

Permalink
Explicitly require active_support string inflecitons
Browse files Browse the repository at this point in the history
  • Loading branch information
inulty-dfe committed Apr 11, 2024
1 parent d4bfd46 commit 5c0a3cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/support/feature_helpers/page_objects/auth.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# frozen_string_literal: true

require_relative 'helper'
require 'active_support/core_ext/string/inflections'

module FeatureHelpers
module PageObject
Expand Down

0 comments on commit 5c0a3cc

Please sign in to comment.