提交 e81358b3 编写于 作者: S Stan Hu

Merge branch 'fix-typo-in-sha-attribute-spec' into 'master'

Fix typo in SHA attribute spec

See merge request !12717
......@@ -13,7 +13,7 @@ describe ShaAttribute do
end
describe '#sha_attribute' do
context' when the table exists' do
context 'when the table exists' do
before do
allow(model).to receive(:table_exists?).and_return(true)
end
......@@ -30,7 +30,7 @@ describe ShaAttribute do
end
end
context' when the table does not exist' do
context 'when the table does not exist' do
before do
allow(model).to receive(:table_exists?).and_return(false)
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册