Skip to content

Commit

Permalink
Fix Host not permitted in spec
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Nov 18, 2024
1 parent 8796ddb commit 99a1fe9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,7 @@
end

def app
App
App.class_eval do
set :host_authorization, { permitted_hosts: [] }
end
end

0 comments on commit 99a1fe9

Please sign in to comment.