mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
7 lines
304 B
Ruby
7 lines
304 B
Ruby
# Sometimes it's a README fix, or something like that - which isn't relevant for
|
|
# including in a project's CHANGELOG for example
|
|
declared_trivial = github.pr_title.include? "#trivial"
|
|
|
|
fail("jasmine fdescribe left in tests") if `grep --include '*.spec.ts' -rP 'fdescribe|fit' frontend/src/`.length > 1
|
|
|