Files
openproject/Dangerfile
T
2019-09-09 13:01:32 +02:00

4 lines
167 B
Ruby

# Fail if jasmine specs contain fdescribe or fit
fail("jasmine fdescribe left in tests") if `grep --include '*.spec.ts' -rP 'fdescribe|fit' frontend/src/`.length > 1