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:
authorLin Jen-Shin <godfat@godfat.org>2017-02-21 13:46:52 +0300
committerLin Jen-Shin <godfat@godfat.org>2017-02-21 13:46:52 +0300
commit2b0426a4971480c6d9868ac6865d3827485fe8d1 (patch)
tree5d904aaec9b2b368ea515ecfa7053d8ab719866a /spec/models/application_setting_spec.rb
parentaae71188ee9c51b51324211bc929146d3eb04637 (diff)
Fix tests due to error key changed
Diffstat (limited to 'spec/models/application_setting_spec.rb')
-rw-r--r--spec/models/application_setting_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/application_setting_spec.rb b/spec/models/application_setting_spec.rb
index f8c38ed8569..b3eb206612e 100644
--- a/spec/models/application_setting_spec.rb
+++ b/spec/models/application_setting_spec.rb
@@ -59,7 +59,7 @@ describe ApplicationSetting, models: true do
def expect_invalid
expect(setting).to be_invalid
expect(setting.errors.messages)
- .to have_key(:default_artifacts_expiration)
+ .to have_key(:default_artifacts_expire_in)
end
end