Merge pull request #716 from sobrinho/master

Fix brakeman handler when there is no output
This commit is contained in:
w0rp
2017-07-01 15:43:04 +01:00
committed by w0rp
parent bb1f413bf3
commit 448600fe4f
2 changed files with 10 additions and 0 deletions

View File

@@ -73,3 +73,9 @@ Execute(The brakeman handler should parse JSON correctly):
\ ']',
\ '}'
\ ])
Execute(The brakeman handler should parse JSON correctly when there is no output from brakeman):
AssertEqual
\ [],
\ ale_linters#ruby#brakeman#Handle(347, [
\ ])