Skip to content

Commit 539fcc5

Browse files
authored
Merge pull request rails#51491 from fatkodima/missing-ostruct-require
Add missing `ostruct` require to `http_token_authentication_test.rb`
2 parents 6d42bf4 + cac9c3e commit 539fcc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

actionpack/test/controller/http_token_authentication_test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# frozen_string_literal: true
22

3+
require "ostruct"
34
require "abstract_unit"
45

56
class HttpTokenAuthenticationTest < ActionController::TestCase

0 commit comments

Comments
 (0)