Method: BeValidDNSName#negative_failure_message

Defined in:
lib/mspec/matchers/be_valid_dns_name.rb

#negative_failure_messageObject



16
17
18
# File 'lib/mspec/matchers/be_valid_dns_name.rb', line 16

def negative_failure_message
  ["Expected '#{@actual}'", "not to be a valid DNS name"]
end