module Normalizr::RSpec::Matcher

Public Instance Methods

normalize(attribute) click to toggle source
# File lib/normalizr/rspec/matcher.rb, line 4
def normalize(attribute)
  Normalization.new(attribute)
end
Also aliased as: normalize_attribute
normalize_attribute(attribute)
Alias for: normalize