Commit 33039ffd authored by Stan Hu's avatar Stan Hu

Fix another typo in SHA attribute spec

parent 1271349d
......@@ -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
......
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