module Normalizy::RSpec

Public Instance Methods

normalizy(attribute) click to toggle source
# File lib/normalizy/rspec/matcher.rb, line 5
def normalizy(attribute)
  Matcher.new attribute
end