spec/lib/testing_format.rb in wvanbergen-request-log-analyzer-1.2.0 vs spec/lib/testing_format.rb in wvanbergen-request-log-analyzer-1.2.1

- old
+ new

@@ -1,4 +1,5 @@ +# Simple log file specification, used to test log parser. class TestingFormat < RequestLogAnalyzer::FileFormat::Base format_definition.first do |line| line.header = true line.teaser = /processing / \ No newline at end of file