diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-06-02 21:04:45 +0200 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-06-03 11:34:36 +0200 |
commit | 681b472c36d5079b620b93957d62dbacc473bf6f (patch) | |
tree | 4e8299ed4469205e9f709ffb81718d4574a0d400 | |
parent | 8e811f2c6c4c74a30789ff5213de5ebc28897753 (diff) | |
download | gitlab-ce-681b472c36d5079b620b93957d62dbacc473bf6f.tar.gz |
Update specs describe
-rw-r--r-- | spec/models/ci/commit_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/ci/commit_spec.rb b/spec/models/ci/commit_spec.rb index d36aca113a1..a4549d40461 100644 --- a/spec/models/ci/commit_spec.rb +++ b/spec/models/ci/commit_spec.rb @@ -350,7 +350,7 @@ describe Ci::Commit, models: true do end end - describe '#update_state!' do + describe '#update_state' do it 'execute update_state after touching object' do expect(commit).to receive(:update_state).and_return(true) commit.touch |