mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-15 06:21:29 +00:00
15 lines
106 B
Kotlin
15 lines
106 B
Kotlin
package com.gildedrose
|
|
|
|
import org.junit.Test
|
|
|
|
class GildedRoseTest {
|
|
|
|
@Test fun foo() {
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|