diff options
| author | Rémy Coutable <remy@rymai.me> | 2018-10-02 11:45:48 +0200 |
|---|---|---|
| committer | Rémy Coutable <remy@rymai.me> | 2018-10-02 12:11:44 +0200 |
| commit | 182966312f88be877d290dd5606a8ab38efaf05c (patch) | |
| tree | 417c2d2171c6ea815b7701d344697e79cc6eaa9e /qa/spec/page | |
| parent | 7287fd09e264ad5b8efceab4b1919c92769856b9 (diff) | |
| download | gitlab-ce-182966312f88be877d290dd5606a8ab38efaf05c.tar.gz | |
[QA] Improve admin hashed-storage settings
This was introduced by https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7371
for which no QA was run, even though QA files were changed.
This is a follow-up to
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7531.
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'qa/spec/page')
| -rw-r--r-- | qa/spec/page/validator_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/spec/page/validator_spec.rb b/qa/spec/page/validator_spec.rb index 55957649904..0ae6e66d767 100644 --- a/qa/spec/page/validator_spec.rb +++ b/qa/spec/page/validator_spec.rb @@ -30,7 +30,7 @@ describe QA::Page::Validator do let(:view) { spy('view') } before do - allow(QA::Page::Admin::Settings::Main) + allow(QA::Page::Admin::Settings::Repository) .to receive(:views).and_return([view]) end |
