mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 04:12:13 +00:00
16 lines
571 B
Markdown
16 lines
571 B
Markdown
# Haskell port of the Gilded-Rose Kata
|
|
|
|
This is a Haskell port of the *Gilded-Rose-Kata*. For updates and pull-request
|
|
on this haskell port go to https://github.com/sheyll/gilded-rose-haskell
|
|
|
|
## Building and Running
|
|
|
|
Run `./install_deps.sh` initially, then `./test.sh` to execute the tests after
|
|
each refactoring.
|
|
|
|
To execute the program run `./run.sh [days]` where `[days]` denotes an optional
|
|
parameter for the number of days to simulate.
|
|
|
|
Tests are in `test/GildedRoseSpec.hs`. Refer to http://hspec.github.io/ for
|
|
more information about writing tests using `Hspec`.
|