summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2017-07-07 11:06:31 -0700
committerStan Hu <stanhu@gmail.com>2017-07-07 11:06:31 -0700
commit33039ffdb5b6b9c9f9b0ca53b2084ab37cba60ec (patch)
tree5859b6e29de9b63905eb323682e03bfd4b5b6ce9
parent1271349d7410f7f28c7ce0ef96b807f4cebbd20f (diff)
downloadgitlab-ce-fix-typo-in-sha-attribute-spec.tar.gz
Fix another typo in SHA attribute specfix-typo-in-sha-attribute-spec
-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