lib/rspec/rabl/matchers.rb in rspec_rabl-0.0.1 vs lib/rspec/rabl/matchers.rb in rspec_rabl-0.0.2

- old
+ new

@@ -1,8 +1,8 @@ module RSpec module Rabl module Matchers - def render(attribute) + def render_attribute(attribute) AttributeMatcher.new(attribute, _rabl_opts) end end end end