mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-11 20:02:09 +00:00
- logic of if statments changed to if not - removed min/max - Strings for Sulfuras and Backstage pass made to exactly match specification - Code structure is based more on the clojure version |
||
|---|---|---|
| .. | ||
| gilded-rose-test.el | ||
| gilded-rose.el | ||
| readme.org | ||
Gilded Rose
Gilded Rose kata in Elisp!
Structure
gilded-rose.el contains source code. gilded-rose-test.el uses ert to run tests
Running tests
- Use the command
eval-bufferongilded-rose.el - Use the command
eval-bufferongilded-rose-test.el - Test can be run interactively using the command
ertor with(ert-run-tests-interactively t)
Todo
- Add TestText fixture