GildedRose-Refactoring-Kata/scala
2025-09-27 12:54:04 +02:00
..
approvaltests setup approval tests with golden master using scalatest 2025-09-27 12:54:04 +02:00
project * bumped sbt version to 1.10.10 2025-09-26 17:32:52 +02:00
src setup approval tests with golden master using scalatest 2025-09-27 12:54:04 +02:00
.gitignore setup approval tests with golden master using scalatest 2025-09-27 12:54:04 +02:00
build.sbt * bumped sbt version to 1.10.10 2025-09-26 17:32:52 +02:00
README.md Updae to scala 3 2025-03-15 21:36:24 +00:00
texttest_rig.py removed extra, unnecessary run in texttest_rig.py 2025-09-26 21:14:05 +02:00

Gilded Rose starting position in Scala 3 scalatest

Build the project

sbt compile

Run the Gilded Rose Command-Line program

For e.g. 10 days:

sbt "run 10"

Run all the unit tests

sbt test