mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 04:12:13 +00:00
Empty Io project.
This commit is contained in:
parent
6ac8b165f9
commit
1406987c44
8
io/.gitignore
vendored
Normal file
8
io/.gitignore
vendored
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# C build
|
||||||
|
.transaction_lock
|
||||||
|
_bin
|
||||||
|
_build
|
||||||
|
_packs
|
||||||
|
|
||||||
|
# Docio generated
|
||||||
|
docs/
|
||||||
21
io/README.md
Normal file
21
io/README.md
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# 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
|
||||||
|
```
|
||||||
15
io/package.json
Normal file
15
io/package.json
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"name": "gilded-rose-kata",
|
||||||
|
"version": "0.1.0",
|
||||||
|
"readme": "README.md",
|
||||||
|
"protos": [
|
||||||
|
"GildedRose",
|
||||||
|
"Item"
|
||||||
|
],
|
||||||
|
"dependencies": {
|
||||||
|
"libs": [],
|
||||||
|
"headers": [],
|
||||||
|
"protos": [],
|
||||||
|
"packages": []
|
||||||
|
}
|
||||||
|
}
|
||||||
2
io/tests/correctness/run.io
Normal file
2
io/tests/correctness/run.io
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
#!/usr/bin/env io
|
||||||
|
TestSuite clone setPath(System launchPath) run
|
||||||
Loading…
Reference in New Issue
Block a user