Commit 4e0f8c94 authored by Roman Kuba's avatar Roman Kuba

Loosened rule on the browser_spec

This now allows any file ending with `browser_spec.js`
parent 8560c3c7
......@@ -4,7 +4,7 @@
def get_karma_files(files)
files.select do |file|
file.start_with?('ee/spec/javascripts', 'spec/javascripts') &&
!file.end_with?('/browser_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