Skip to content

Commit

Permalink
require OpenStruct to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
haukot committed Jul 16, 2024
1 parent 9436af9 commit b7d0ef2
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 @@ -3,6 +3,7 @@
require "rails"
require "rails/test_help"
require "byebug"
require "ostruct"

require_relative "test_app/config/environment"

Expand Down

0 comments on commit b7d0ef2

Please sign in to comment.