From 33039ffdb5b6b9c9f9b0ca53b2084ab37cba60ec Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Fri, 7 Jul 2017 11:06:31 -0700 Subject: [PATCH] Fix another typo in SHA attribute spec --- spec/models/concerns/sha_attribute_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/models/concerns/sha_attribute_spec.rb b/spec/models/concerns/sha_attribute_spec.rb index 87403969fe0..21893e0cbaa 100644 --- a/spec/models/concerns/sha_attribute_spec.rb +++ b/spec/models/concerns/sha_attribute_spec.rb @@ -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