Je veux écrire un test Spek à Kotlin. Le test doit lire un fichier HTML à partir du src/test/resourcesdossier. Comment faire? class MySpec : Spek({ describe("blah blah") { given("blah blah") { var fileContent : String = "" beforeEachTest { // How to read the file file.html in