You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

errors.rb 150 B

2 years ago
1234567
  1. module Cucumber
  2. module Formatter
  3. class TestCaseUnknownError < StandardError; end
  4. class TestStepUnknownError < StandardError; end
  5. end
  6. end

No Description

Contributors (1)