mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 12:22:12 +00:00
Added test against changing Item
This commit is contained in:
parent
51b045bc1c
commit
26a1251a61
@ -1,6 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
OUTFILE = /tmp/golden-dross.txt
|
OUTFILE=/tmp/golden-dross.txt
|
||||||
|
|
||||||
./golden_rose > $(OUTFILE)
|
./golden_rose > $OUTFILE
|
||||||
diff $(OUTFILE) golden_rule.txt
|
diff $OUTFILE golden_rule.txt
|
||||||
|
git diff GildedRose.h
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user