mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 12:22:12 +00:00
7 lines
221 B
Plaintext
7 lines
221 B
Plaintext
(declare-project
|
|
:name "gilded-rose"
|
|
:description "A program for updating inventory at the Gilded Rose"
|
|
:dependencies ["https://github.com/ianthehenry/judge.git"])
|
|
|
|
(task "test" [] (shell "jpm_tree/bin/judge"))
|