Skip to content

Commit 90e183e

Browse files
committed
docs: add a statement about the precise, easy-to-diagnose failure messages in the README summary
1 parent 64398af commit 90e183e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,15 @@ License](https://img.shields.io/badge/license-MIT-green)](https://opensource.org
2424

2525
## Summary
2626

27-
**RSpec::PathMatchers** provides a comprehensive suite of RSpec matchers for
28-
testing directory structures.
27+
**RSpec::PathMatchers** provides a comprehensive suite of RSpec matchers for testing
28+
directory structures.
2929

3030
Verifying that a generator, build script, or any file-manipulating process has
31-
produced the correct output can be tedious and verbose. This gem makes those
32-
assertions simple, declarative, and easier to read, allowing you to describe an entire
33-
file tree and its properties within your specs.
31+
produced the correct output can be tedious and verbose.
32+
33+
This gem makes it easy to express expectations on an entire directory tree and
34+
receive precise, easy-to-diagnose failure messages when that tree does not meet its
35+
expectations.
3436

3537
## Installation
3638

0 commit comments

Comments
 (0)