Commit a78936c5 authored by Arun Kumar Mohan's avatar Arun Kumar Mohan

Fix minor typo: then -> the

parent f21b14f6
...@@ -101,7 +101,7 @@ describe DesignManagement::Version do ...@@ -101,7 +101,7 @@ describe DesignManagement::Version do
end end
end end
describe 'then error raised when the designs come from different issues' do describe 'the error raised when the designs come from different issues' do
let(:sha) { 'f00' } let(:sha) { 'f00' }
let(:designs) { create_list(:design, 2) } let(:designs) { create_list(:design, 2) }
let(:actions) { as_actions(designs) } let(:actions) { as_actions(designs) }
......
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