module RSpec::Rabl::Matchers
Public Instance Methods
render_attribute(attribute)
click to toggle source
# File lib/rspec/rabl/matchers.rb, line 4 def render_attribute(attribute) AttributeMatcher.new(attribute, _rabl_opts) end