zipmark/rspec_api_documentation

View on GitHub
lib/rspec_api_documentation/open_api/example.rb

Summary

Maintainability
A
0 mins
Test Coverage
module RspecApiDocumentation
  module OpenApi
    class Example < Node
      CHILD_CLASS = true
    end
  end
end