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.

stepdefs.rb 234 B

2 years ago
123456789101112131415
  1. # frozen_string_literal: true
  2. require 'cucumber/formatter/usage'
  3. module Cucumber
  4. module Formatter
  5. class Stepdefs < Usage
  6. def print_steps(stepdef_key); end
  7. def max_step_length
  8. 0
  9. end
  10. end
  11. end
  12. end

No Description

Contributors (1)