Sha256: bb9757f4c5ddc24f6bc512d2ad2ed2b7129fba5226269bc336aae909ba6196fb
Contents?: true
Size: 436 Bytes
Versions: 16
Compression:
Stored size: 436 Bytes
Contents
module Jasmine module Headless class NoRunnerError < StandardError def message "The jasmine-headless-webkit specrunner (jasmine-webkit-specrunner) could not be found! Try reinstalling the gem." end end class TestFailure < StandardError; end class ConsoleLogUsage < StandardError ; end class JasmineConfigNotFound < Errno::ENOENT ; end class InvalidReport < StandardError ; end end end
Version data entries
16 entries across 16 versions & 2 rubygems