Micah Chalmer
Micah Chalmer
Consider this snippet from #8: ``` rust let _session = fuse::spawn_mount(HelloFS, &mountpoint, []); // TODO: Without this, the test fails--the filesystem is not fully set up by the time the...
Hi Rob, I created a patch to make it use the system clock, rather than relying on receiving every interval, to determine the elapsed time. This allows it to show...
The tests here don't work with minitest 5, due to the way they assume that a `before` block will run before an `around` method in the test base class. They...