We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 629e71f commit 1102920Copy full SHA for 1102920
README.adoc
@@ -471,6 +471,12 @@ doc:2:test_obvious_matching_with_assert_not_matches()
471
Running test_obvious_notmatching_with_assert_not_matches ... SUCCESS
472
```
473
474
+=== *assert_no_diff*
475
+
476
+ assert_no_diff <expected-file> <actual-file> [message]
477
478
+Asserts that the content of `expected-file` matches the content of `actual-file`.
479
480
== *fake* function
481
482
fake <command> [replacement code]
0 commit comments