Sha256: de66eddf5f053c0f0cb65c53604407f1061d1cf12f4437a254d97a5106d00603
Contents?: true
Size: 390 Bytes
Versions: 1
Compression:
Stored size: 390 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 end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jasmine-headless-webkit-0.6.3 | lib/jasmine/headless/errors.rb |