cargo-make 0.3.77

Rust task runner and build tool.
1
2
3
4
5
6
7
8
use super::*;

#[test]
fn load_with_values() {
    let git_info = load();

    assert!(git_info.branch.is_some());
}