Skip to content

Commit

Permalink
Require ostruct to prevent error
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkrj authored Apr 10, 2024
1 parent d42ae12 commit 2f3648c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/dummy/app/helpers/application_helper.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require "ostruct"

module ApplicationHelper
# Make this dummy app behave like gds-sso is included.
def current_user
Expand Down

0 comments on commit 2f3648c

Please sign in to comment.