Skip to content

Commit

Permalink
Fix code comment (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
tricknotes committed Apr 17, 2024
1 parent 7d16147 commit 2efb549
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/rspec/openapi/extractors/hanami.rb
Expand Up @@ -48,7 +48,7 @@ def router(inspector: InspectorAnalyzer)

# Extractor for hanami
class << RSpec::OpenAPI::Extractors::Hanami = Object.new
# @param [RSpec::ExampleGroups::*] context
# @param [ActionDispatch::Request] request
# @param [RSpec::Core::Example] example
# @return Array
def request_attributes(request, example)
Expand Down
2 changes: 1 addition & 1 deletion lib/rspec/openapi/extractors/rack.rb
Expand Up @@ -2,7 +2,7 @@

# Extractor for rack
class << RSpec::OpenAPI::Extractors::Rack = Object.new
# @param [RSpec::ExampleGroups::*] context
# @param [ActionDispatch::Request] request
# @param [RSpec::Core::Example] example
# @return Array
def request_attributes(request, example)
Expand Down
2 changes: 1 addition & 1 deletion lib/rspec/openapi/extractors/rails.rb
Expand Up @@ -2,7 +2,7 @@

# Extractor for rails
class << RSpec::OpenAPI::Extractors::Rails = Object.new
# @param [RSpec::ExampleGroups::*] context
# @param [ActionDispatch::Request] request
# @param [RSpec::Core::Example] example
# @return Array
def request_attributes(request, example)
Expand Down

0 comments on commit 2efb549

Please sign in to comment.