mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 20:32:15 +00:00
22 lines
336 B
Markdown
22 lines
336 B
Markdown
# Gilded Rose starting position in Io
|
|
|
|
## Run the unit tests from the Command-Line
|
|
|
|
```shell
|
|
io ./tests/correctness/run.io
|
|
```
|
|
|
|
## Run the TextTest Fixture from Command-Line
|
|
|
|
```shell
|
|
io ./tests/correctness/TexttestFixture.io
|
|
```
|
|
|
|
### Specify Number of Days
|
|
|
|
For e.g. 10 days:
|
|
|
|
```shell
|
|
io ./tests/correctness/TexttestFixture.io 10
|
|
```
|