Skip to content

Commit 2812c8f

Browse files
committed
require open_struct to fix tests
1 parent 9436af9 commit 2812c8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_helper.rb

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
require "rails"
44
require "rails/test_help"
55
require "byebug"
6+
require "ostruct"
67

78
require_relative "test_app/config/environment"
89

0 commit comments

Comments
 (0)