https://github.com/sixarm/sixarm_ruby_cucumber_test_examples
SixArm.com » Ruby » Cucumber test examples for feature tests
https://github.com/sixarm/sixarm_ruby_cucumber_test_examples
cucumber examples gem ruby test
Last synced: 2 months ago
JSON representation
SixArm.com » Ruby » Cucumber test examples for feature tests
- Host: GitHub
- URL: https://github.com/sixarm/sixarm_ruby_cucumber_test_examples
- Owner: SixArm
- License: other
- Created: 2011-03-07T04:07:26.000Z (over 15 years ago)
- Default Branch: main
- Last Pushed: 2025-04-14T09:18:25.000Z (about 1 year ago)
- Last Synced: 2026-03-28T18:34:04.948Z (3 months ago)
- Topics: cucumber, examples, gem, ruby, test
- Language: Ruby
- Homepage: http://sixarm.com
- Size: 23.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
- Codeowners: CODEOWNERS
- Support: support/env.rb
Awesome Lists containing this project
README
# SixArm.com → Ruby →
Cucumber test examples for feature tests
* Doc:
* Gem:
* Repo:
## Introduction
Cucumber is a Ruby gem for Behavior Driven Development (BDD).
Cucumber enables us to write our specifications as user stories,
then automatically test the stories on our application codebase.
To learn more about Cucumber, see http://cukes.info
For docs go to
Want to help? We're happy to get pull requests.