Skip to content

Commit

Permalink
Updated example comment for Skooma::Minitest class (#32)
Browse files Browse the repository at this point in the history
* updated documentation comment for Skooma::Minitest class

* Update lib/skooma/version.rb

---------

Co-authored-by: Svyatoslav Kryukov <[email protected]>
  • Loading branch information
artyomlagun and skryukov authored Oct 13, 2024
1 parent 4b7bb16 commit abba661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/skooma/minitest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module Skooma
# Minitest helpers for OpenAPI schema validation
# @example
# describe TestApp do
# include Skooma::RSpec[Rails.root.join("docs", "openapi.yml")]
# include Skooma::Minitest[Rails.root.join("docs", "openapi.yml")]
# # ...
# end
class Minitest < Matchers::Wrapper
Expand Down

0 comments on commit abba661

Please sign in to comment.