read a file in the test sandbox and verify its contents
with(immutable Sandbox()) { import unit_threaded.should; writeFile("lines.txt", ["foo", "toto"]); shouldEqualLines("lines.txt", ["foo", "bar"]).shouldThrow; shouldEqualLines("lines.txt", ["foo", "toto"]); }
See Implementation
read a file in the test sandbox and verify its contents