Skip to content

Instantly share code, notes, and snippets.

@gbersac
Created March 22, 2018 14:44
Show Gist options
  • Save gbersac/ba62247db1077c4ff4e017362f0ccccf to your computer and use it in GitHub Desktop.
Save gbersac/ba62247db1077c4ff4e017362f0ccccf to your computer and use it in GitHub Desktop.
File from test resources folder #scala
import scala.io.Source
def fileToString(fileName: String, folder: String): String =
Source.fromURL(getClass.getClassLoader.getResource(folder + fileName)).mkString
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment