create GameCommandRunner to extract business logic
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package eventDemo.app.command
|
||||
|
||||
import io.kotest.core.spec.style.FunSpec
|
||||
|
||||
class GameCommandRunnerTest :
|
||||
FunSpec({
|
||||
test("run should run the correct command") { }
|
||||
})
|
||||
Reference in New Issue
Block a user