An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

RUBY demo project for gherkin
========

[![Join the chat at https://gitter.im/AndreasAugustin/Gherkin-Demos](https://badges.gitter.im/AndreasAugustin/Gherkin-Demos.svg)](https://gitter.im/AndreasAugustin/Gherkin-Demos?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

[![Windows build status](https://ci.appveyor.com/api/projects/status/58panoqw87wdlsug?svg=true)](https://ci.appveyor.com/project/AndreasAugustin/gherkin-demos-ruby)

[![Linux build Status](https://travis-ci.org/AndreasAugustin/Gherkin-Demos-ruby.svg?branch=master)](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