diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2017-02-14 18:00:37 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2017-02-15 15:31:51 +0800 |
commit | d2d30cff552e08c4b7ec2b5e23acced8eb29cbcb (patch) | |
tree | 7d7c8055b57aee85426cd150c6f42dc1b7c0a675 /spec | |
parent | 1452729304393978ec93b712130dff6687db01b9 (diff) | |
download | gitlab-ce-d2d30cff552e08c4b7ec2b5e23acced8eb29cbcb.tar.gz |
Initial implementation for default artifacts expiration
TODO: Add tests and screenshots
Diffstat (limited to 'spec')
-rw-r--r-- | spec/models/ci/build_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/ci/build_spec.rb b/spec/models/ci/build_spec.rb index 4080092405d..1e88dc9d468 100644 --- a/spec/models/ci/build_spec.rb +++ b/spec/models/ci/build_spec.rb @@ -161,7 +161,7 @@ describe Ci::Build, :models do is_expected.to be_nil end - it 'when resseting value' do + it 'when resetting value' do build.artifacts_expire_in = nil is_expected.to be_nil |