fs-librarian 0.2.0

Librarian runs pre-configured commands against a group of files that match a set of filters
1
2
3
4
5
6
7
use super::*;

#[test]
fn test_error() {
    let err = Error::new("blah".to_string());
    assert!(format!("{}", err).contains("Error: blah"));
}