pub fn load_fixture<S: AsRef<str>>(file_name: S) -> Result<String>
Expand description

Loads the fixture file with the given name and returns its contents as String.