How to read a text file in the src/test/resource f...
# getting-started
d
How to read a text file in the src/test/resource folder? I want to use its content in a Spek test. In Java I would normally use a library like Spring, Guava or IOUtils. What is the idiomatic way in Kotlin?