Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-11-26 06:11:11 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-11-26 06:11:11 +0300
commit7de2fb40ba7d04779a8a2757faa3cf54fdc8f7c1 (patch)
treea09745a1b22a6b588551b0478998737a1565a533 /spec/simplecov_env.rb
parent118b785094556d1bc1a9ead43b41edfaec5dc8ff (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/simplecov_env.rb')
-rw-r--r--spec/simplecov_env.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/simplecov_env.rb b/spec/simplecov_env.rb
index c880f2d0829..25dd3a937ca 100644
--- a/spec/simplecov_env.rb
+++ b/spec/simplecov_env.rb
@@ -51,7 +51,7 @@ module SimpleCovEnv
add_filter '/vendor/ruby/'
add_filter '/app/controllers/sherlock/' # Profiling tool used only in development
add_filter '/bin/'
- add_filter 'db/fixtures/' # Matches EE files as well
+ add_filter 'db/fixtures/development/' # Matches EE files as well
add_group 'Channels', 'app/channels' # Matches EE files as well
add_group 'Controllers', 'app/controllers' # Matches EE files as well