https://github.com/krisleech/flower
Playing with testing
https://github.com/krisleech/flower
Last synced: about 1 year ago
JSON representation
Playing with testing
- Host: GitHub
- URL: https://github.com/krisleech/flower
- Owner: krisleech
- License: mit
- Created: 2014-05-03T22:31:19.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-01-12T09:35:23.000Z (over 11 years ago)
- Last Synced: 2025-03-17T04:44:45.981Z (over 1 year ago)
- Language: Ruby
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Flower
This is a sample project to be used to play with testing.
## Specs
```
bundle exec rspec
```
## Mutants
```
bundle exec mutant --use rspec 'Flower*'
```
## Coverage
Output to `coverage/index.html` each time specs are run.