I was trying to comment multiple steps for my calabash Feature file (Ruby) using """.I'm using # for commenting single lines for my features but cant able to do for multiple lines. Can you please suggest me any ways to comment multiple lines.I'm using latest version of calabash with Ruby v 2.0
There are ways to comment code or delineate docstrings in Gherkin:
Single line -> use # symbol
Multiple lines -> use """ (i.e. three double-quote marks)
The inspiration for PyString comes from Python.
Friends, Don't forget to vote if resolve your issue.