From 1718ffa1a71eb7a6ce843bff8dd13d5f2fa8bd9f Mon Sep 17 00:00:00 2001 From: Daniel Wheeler Date: Tue, 7 Jan 2025 15:24:07 -0500 Subject: [PATCH] Add active support to test helper --- test/test_helper.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/test_helper.rb b/test/test_helper.rb index b6847a5..91195d8 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -10,7 +10,8 @@ require "mocha/minitest" require 'minitest-ci' if ENV.fetch('CI') { false } require 'ostruct' -require 'active_support/core_ext/string' +require 'active_support' +require 'active_support/core_ext' VertexClient.configuration # make sure the client is configured