Skip to content

Commit ffffac8

Browse files
committed
Comment cleanup
1 parent f878455 commit ffffac8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

logstash-core/spec/logstash/runner_spec.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,11 @@ def run(args); end
113113
expect(channel).to receive(:subscribe).with(kind_of(LogStash::Logging::JSON)).and_call_original
114114
subject.run(args)
115115

116-
# Log file should have stuff in it
116+
# Log file should have stuff in it.
117117
expect(logfile.stat.size).to be > 0
118118
end
119119

120120
it "should log in valid json. One object per line." do
121-
# Log file should
122121
logfile.each_line do |line|
123122
expect(line).not_to be_empty
124123
expect { JSON.parse(line) }.not_to raise_error

0 commit comments

Comments
 (0)