Commit 681b472c authored by Kamil Trzcinski's avatar Kamil Trzcinski Committed by Grzegorz Bizon

Update specs describe

parent 8e811f2c
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment