Sha256: 78f300f4f06d659f6956bc46005531023277f8bdacbffc6bcab287331980ea31
Contents?: true
Size: 335 Bytes
Versions: 4
Compression:
Stored size: 335 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 end end
Version data entries
4 entries across 4 versions & 1 rubygems