Skip to content

Commit

Permalink
Add active support to test helper
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwheeler1987 committed Jan 7, 2025
1 parent 6b477ea commit 1718ffa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1718ffa

Please sign in to comment.