Fix typo in SHA attribute spec

This commit is contained in:
Sean McGivern 2017-07-07 17:34:08 +01:00
parent 9c14954a81
commit 1271349d74
1 changed files with 1 additions and 1 deletions

View File

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