insta 0.8.2

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