https://github.com/guppster/rubytesting
Software Spec and Testing in Ruby
https://github.com/guppster/rubytesting
cucumber minitest reek rspec ruby specification
Last synced: 3 months ago
JSON representation
Software Spec and Testing in Ruby
- Host: GitHub
- URL: https://github.com/guppster/rubytesting
- Owner: Guppster
- Created: 2017-09-20T04:39:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-15T05:54:14.000Z (over 7 years ago)
- Last Synced: 2025-01-12T06:23:48.860Z (4 months ago)
- Topics: cucumber, minitest, reek, rspec, ruby, specification
- Language: Ruby
- Homepage:
- Size: 1.89 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ruby Testing and Software Spec
This repository contains a series of exercises I used to practice writing clean and functional test cases in Ruby.
The exercises use 4 major ruby testing libraries including minitest, rspec, and cucumber.
All code satisfies Reek code quality checks.The commits in this repository are written using a learning method where you reflect what you have completed in the past 30 minutes of programming.
Therefore, they are not "Good Commits" and do not reflect how I would normally structure my commits.