Fix another typo in SHA attribute spec

This commit is contained in:
Stan Hu 2017-07-07 11:06:31 -07:00
parent 1271349d74
commit 33039ffdb5
1 changed files with 1 additions and 1 deletions

View File

@ -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