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