File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff 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
3030Verifying 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
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments