Added test against changing Item

This commit is contained in:
Clay Dowling 2017-03-10 21:16:02 -05:00
parent 51b045bc1c
commit 26a1251a61

View File

@ -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