Skip to content

Commit

Permalink
Explicitly require ActiveSupport inflections to fix 'snakecase' failure
Browse files Browse the repository at this point in the history
  • Loading branch information
nht007 authored Jan 7, 2025
1 parent 6fc0243 commit d7c68ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

$LOAD_PATH.unshift File.expand_path("../../lib", __FILE__)
require 'ostruct'
require 'active_support/core_ext/string/inflections'
require 'circuitbox'
require "dotenv/load"
require "vertex_client"
Expand Down

0 comments on commit d7c68ae

Please sign in to comment.