Commit cdbc0150 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

We should not remove *.rb from tests

parent fe21a245
......@@ -225,6 +225,7 @@ lib
/srv/www/.*\.license_encryption_key\.pub
/srv/www/.*\.gemspec
/srv/www/.*/\.bundle/.*
/srv/www/vendor/.*/gems/[^/]*/lib/.*/(tests?|system_testing|test_helpers)/([^/]*/)*[^/]*\.rb
dev
/srv/www/.*/angular\.json
/srv/www/.*/tslint_typechecks\.json
......@@ -355,7 +356,7 @@ tests
/srv/www/vendor/.*/gems/.*/tests?/.*\.coffee
/srv/www/vendor/.*/gems/.*/test/dummy/script/.*
/srv/www/vendor/.*/gems/.*/test/test_data/locales/invalid/[^/]*\.yml
/srv/www/vendor/.*/gems/[^/]*/lib/.*/(tests?|system_testing|test_helpers)/([^/]*/)*[^/]*\.(rb|erb|doc|ole|html|xhtml|dtd|xml|xsd|xslt|rlx|base64|ldif|info|pem|ini|dat|afm|cert|xls|zip|ru|css|json|py)
/srv/www/vendor/.*/gems/[^/]*/lib/.*/(tests?|system_testing|test_helpers)/([^/]*/)*[^/]*\.(erb|doc|ole|html|xhtml|dtd|xml|xsd|xslt|rlx|base64|ldif|info|pem|ini|dat|afm|cert|xls|zip|ru|css|json|py)
/srv/www/vendor/.*/gems/.*/test/test_SummaryInformation
/srv/www/vendor/.*/gems/.*/test/responses/response_unsigned_xml_base64
/srv/www/vendor/.*/gems/.*/test/fixture/old-data
......
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