Sha256: cda21ed58df3a38128d77a444f5e2eef2afd8b89731a901edee0b14ca86cdc0e
Contents?: true
Size: 459 Bytes
Versions: 7
Compression:
Stored size: 459 Bytes
Contents
module Testable module Errors NoUrlForDefinition = Class.new(StandardError) NoUrlMatchForDefinition = Class.new(StandardError) NoUrlMatchPossible = Class.new(StandardError) NoTitleForDefinition = Class.new(StandardError) PageNotValidatedError = Class.new(StandardError) class PageURLFromFactoryNotVerified < StandardError def message "The page URL was not verified during a factory setup." end end end end
Version data entries
7 entries across 7 versions & 1 rubygems