@@ -136,6 +136,7 @@ describe Agents::EventFormattingAgent do  | 
            ||
| 136 | 136 | 
                @checker.options[:matchers] = [  | 
            
| 137 | 137 | 
                         {}
               | 
            
| 138 | 138 | 
                ]  | 
            
| 139 | 
                + @checker.should_not be_valid  | 
            |
| 139 | 140 | 
                @checker.options[:matchers] = [  | 
            
| 140 | 141 | 
                         { :regexp => "(not closed", :path => "text" }
               | 
            
| 141 | 142 | 
                ]  |