Module: RSpec::Rabl::Matchers

Defined in:
lib/rspec/rabl/matchers.rb

Instance Method Summary collapse

Instance Method Details

#render_attribute(attribute) ⇒ Object



4
5
6
# File 'lib/rspec/rabl/matchers.rb', line 4

def render_attribute(attribute)
  AttributeMatcher.new(attribute, _rabl_opts)
end