module RSpec::Grape::Entity::Matchers::IncludeDocumentationMatcher

Public Instance Methods

documentation(actual) click to toggle source
# File lib/rspec_grape_entity/matchers/include_documentation_matcher.rb, line 18
def documentation(actual)
  exposure_attribute(actual, :documentation) || {}
end