Commit 6224ef71 authored by Miguel Rincon's avatar Miguel Rincon

Have danger pass for new non-spec karma files

parent 7b5ad03d
......@@ -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