Skip to content

Commit

Permalink
Use default committee_options
Browse files Browse the repository at this point in the history
  • Loading branch information
ydah committed Jan 23, 2024
1 parent 3c8054b commit 1e4e81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/committee/rails/test/methods.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def committee_options
if defined?(RSpec) && (options = RSpec.try(:configuration).try(:committee_options))
options
else
{ schema_path: default_schema, query_hash_key: 'rack.request.query_hash', parse_response_by_content_type: false }
{ schema_path: default_schema }
end
end

Expand Down

0 comments on commit 1e4e81b

Please sign in to comment.