assert_fs 0.9.0

Filesystem fixtures and assertions for testing.
Documentation
1
2
3
4
5
6
extern crate docmatic;

#[test]
fn test_readme() {
    docmatic::assert_file("README.md");
}