insta 0.1.3

A snapshot testing library for Rust
Documentation
1
2
3
4
#[test]
fn test_embedded_test() {
    assert_snapshot_matches!("embedded", "Just a string");
}