class Symbiont::Errors::PageURLFromFactoryNotVerified

Public Instance Methods

message() click to toggle source
# File lib/symbiont/errors.rb, line 11
def message
  'The page URL was not verified during a factory setup.'
end