mirror of https://github.com/rails/rails
Add missing `ostruct` require to `http_token_authentication_test.rb`
This commit is contained in:
parent
d4c40b6cf9
commit
cac9c3e9e0
|
@ -1,5 +1,6 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require "ostruct"
|
||||
require "abstract_unit"
|
||||
|
||||
class HttpTokenAuthenticationTest < ActionController::TestCase
|
||||
|
|
Loading…
Reference in New Issue