Sha256: c685b46c166d31f12beae89d59e879626561ea219513af9593c068e4e3ea2c55
Contents?: true
Size: 550 Bytes
Versions: 7
Compression:
Stored size: 550 Bytes
Contents
module MagicLamp APPLICATION = "application" APPLICATION_MATCHER = Regexp.compile("(\/#{APPLICATION}|#{APPLICATION}\/|#{APPLICATION})") EMPTY_STRING = "" FORWARD_SLASH = "/" LAMP = "_lamp" REGISTER_FIXTURE_ALIASES = [:register, :fixture, :rub, :wish] SPEC = "spec" STARS = "**" TEST = "test" Genie = Engine class AmbiguousFixtureNameError < StandardError end class UnregisteredFixtureError < StandardError end class AlreadyRegisteredFixtureError < StandardError end class ArgumentError < StandardError end end
Version data entries
7 entries across 7 versions & 1 rubygems