Skip to content

anaelChardan/corporate-hotel-booking-kata

Repository files navigation

Corporate Hotel Booking Kata

My attempt to this kata

Warning: I do not know Kotlin that much at that time.

native Install

First you'll need gradle, it's easier to install it through SDKMAN!

sudo curl -s "https://get.sdkman.io" | bash
sdk install gradle

Testing

It uses kotlintest and cucumber (make acceptance)