https://github.com/andreasaugustin/gherkin-demos-ruby
Gherkin/Cucumber demo in ruby
https://github.com/andreasaugustin/gherkin-demos-ruby
Last synced: 6 months ago
JSON representation
Gherkin/Cucumber demo in ruby
- Host: GitHub
- URL: https://github.com/andreasaugustin/gherkin-demos-ruby
- Owner: AndreasAugustin
- License: mit
- Created: 2016-04-10T16:27:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-17T19:03:00.000Z (over 9 years ago)
- Last Synced: 2024-10-05T14:22:51.492Z (about 1 year ago)
- Language: Ruby
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
RUBY demo project for gherkin
========[](https://gitter.im/AndreasAugustin/Gherkin-Demos?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://ci.appveyor.com/project/AndreasAugustin/gherkin-demos-ruby)
[](https://travis-ci.org/AndreasAugustin/Gherkin-Demos-ruby)
# Requires
- ruby gem (packages listed in Gemfile)
- cucumber# Project setup
$ git clone https://github.com/AndreasAugustin/Gherkin-Demos-ruby.git
$ cd Gherkin-Demos-ruby
$ bundle# To run the tests
$ cd ruby/tests/
$ cucumber