summaryrefslogtreecommitdiff
path: root/spec/models/concerns/sha_attribute_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/models/concerns/sha_attribute_spec.rb')
-rw-r--r--spec/models/concerns/sha_attribute_spec.rb2
1 files changed, 1 insertions, 1 deletions
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