diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2017-04-07 00:45:34 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2017-04-07 00:45:34 +0800 |
commit | b85ddc8459477463da72e1213c0330c340e44fd5 (patch) | |
tree | 300a57c09c561049513c604515bf6bb26937dc8a /spec | |
parent | 503f8822758fd6deb93e448bf37e1e3e70422e29 (diff) | |
download | gitlab-ce-b85ddc8459477463da72e1213c0330c340e44fd5.tar.gz |
Fix typo
Diffstat (limited to 'spec')
-rw-r--r-- | spec/models/commit_status_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/commit_status_spec.rb b/spec/models/commit_status_spec.rb index f15ff2f985d..8e07e6694bf 100644 --- a/spec/models/commit_status_spec.rb +++ b/spec/models/commit_status_spec.rb @@ -112,7 +112,7 @@ describe CommitStatus, :models do context 'when there is auto_canceled_by' do before do - commit_status.update(auto_cancel_by: create(:ci_empty_pipeline)) + commit_status.update(auto_canceled_by: create(:ci_empty_pipeline)) end it 'is auto canceled' do |