Skip to content

Commit 1102920

Browse files
author
Pascal Grange
committed
Minimal assert_no_diff documentation
1 parent 629e71f commit 1102920

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.adoc

+6
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,12 @@ doc:2:test_obvious_matching_with_assert_not_matches()
471471
Running test_obvious_notmatching_with_assert_not_matches ... SUCCESS
472472
```
473473

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+
474480
== *fake* function
475481

476482
fake <command> [replacement code]

0 commit comments

Comments
 (0)