assert_cmd 0.9.1

Test CLI Applications.
Documentation
1
2
3
4
5
6
extern crate docmatic;

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