class NoBrainer::Matchers::Validations::ValidateConfirmationOfMatcher

Public Class Methods

new(name) click to toggle source
# File lib/matchers/validations/confirmation_of.rb, line 7
def initialize(name)
  super(name, :confirmation)
end