Commit a9b6188e authored by Paul Slaughter's avatar Paul Slaughter

Merge branch 'fix-false-negative-karma-spec' into 'master'

Have danger pass for new non-spec karma files

See merge request gitlab-org/gitlab!29656
parents b979c9b3 6224ef71
......@@ -4,6 +4,7 @@
def get_karma_files(files)
files.select do |file|
file.start_with?('ee/spec/javascripts', 'spec/javascripts') &&
file.end_with?('_spec.js') &&
!file.end_with?('browser_spec.js')
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment