File: README.md

package info (click to toggle)
ruby-cucumber-gherkin 39.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 324 kB
  • sloc: ruby: 4,227; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 179 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# Gherkin for Ruby

Gherkin parser/compiler for Ruby. Please see [Gherkin](https://github.com/cucumber/gherkin) for details.

## To build

```bash
cd <project_root>/ruby
make
```