Skip to content

Commit

Permalink
Add rails to test helper
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwheeler1987 committed Jan 7, 2025
1 parent 1718ffa commit 6166cd0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
require "mocha/minitest"
require 'minitest-ci' if ENV.fetch('CI') { false }
require 'ostruct'
require 'active_support'
require 'active_support/core_ext'
require 'rails'

VertexClient.configuration # make sure the client is configured

Expand Down

0 comments on commit 6166cd0

Please sign in to comment.