Skip to content

Commit

Permalink
Require "OpenStruct" explicitly in specs
Browse files Browse the repository at this point in the history
  • Loading branch information
numbata committed Apr 11, 2024
1 parent 63cae80 commit 4ba79bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

MODEL_PARSER = ENV.key?('MODEL_PARSER') ? ENV['MODEL_PARSER'].to_s.downcase.sub('grape-swagger-', '') : 'mock'

require 'ostruct'
require 'grape'
require 'grape-swagger'

Expand Down

0 comments on commit 4ba79bb

Please sign in to comment.