https://github.com/ana06/mutants_example
Mutants test example
https://github.com/ana06/mutants_example
Last synced: about 1 year ago
JSON representation
Mutants test example
- Host: GitHub
- URL: https://github.com/ana06/mutants_example
- Owner: Ana06
- License: gpl-3.0
- Created: 2017-06-29T11:46:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-29T13:02:36.000Z (about 9 years ago)
- Last Synced: 2025-06-28T15:46:29.359Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# MutantsExample
Mutants test example
## How to
### How to run rspec tests?
For example for running rspec test for `mutants_example_spec.rb` execute:
```
bundle exec rspec spec/mutants_example_spec.rb
```
### How to run mutant tests?
For example for running mutants test for `mutants_example_spec.rb` execute:
```
bundle exec mutant --include lib --require mutants_example --use rspec MutantsExample::Smoking
```
## License
The project is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).