Commit 5e090e9c authored by Ash McKenzie's avatar Ash McKenzie

Merge branch '224641-ensure-unit-tests-are-run-as-part-of-backend-changes-to-specs' into 'master'

Resolve "Ensure unit tests are run as part of backend changes to specs"

Closes #224641

See merge request gitlab-org/gitlab!35408
parents 554f22c0 3e1db553
...@@ -112,9 +112,10 @@ ...@@ -112,9 +112,10 @@
- "Gemfile{,.lock}" - "Gemfile{,.lock}"
- "Rakefile" - "Rakefile"
- "config.ru" - "config.ru"
# List explicitly all the app/ dirs that aren't backend (i.e. all except app/assets). # List explicitly all the app/ dirs that are backend (i.e. all except app/assets).
- "{,ee/}{app/channels,app/controllers,app/finders,app/graphql,app/helpers,app/mailers,app/models,app/policies,app/presenters,app/serializers,app/services,app/uploaders,app/validators,app/views,app/workers}/**/*" - "{,ee/}{app/channels,app/controllers,app/finders,app/graphql,app/helpers,app/mailers,app/models,app/policies,app/presenters,app/serializers,app/services,app/uploaders,app/validators,app/views,app/workers}/**/*"
- "{,ee/}{bin,cable,config,db,lib}/**/*" - "{,ee/}{bin,cable,config,db,lib}/**/*"
- "{,ee/}spec/**/*.rb"
.db-patterns: &db-patterns .db-patterns: &db-patterns
- "{,ee/}{db}/**/*" - "{,ee/}{db}/**/*"
......
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