comments.feature 649 B

123456789101112131415161718192021222324252627282930313233
  1. # Users want to use cucumber, so tests are necessary to verify
  2. # it is all working as expected
  3. Feature: Using the Console Formatter
  4. # com
  5. # comment
  6. #com
  7. In order to verify this error # comment
  8. I want to run this feature using the progress format#comment
  9. # COMMENT
  10. # COMMENT
  11. # COMMENT
  12. # COMMENT
  13. So that it can be fixed
  14. #comment
  15. Scenario: A normal feature #comment in scenario title
  16. #comment
  17. Given I have a pending step #comment
  18. #comment
  19. #comment
  20. When I run this feature with the progress format #comment
  21. #comment
  22. #comment
  23. #comment
  24. Then I should get a no method error for 'backtrace_line'