Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2017-07-07 19:34:08 +0300
committerSean McGivern <sean@gitlab.com>2017-07-07 19:34:08 +0300
commit1271349d7410f7f28c7ce0ef96b807f4cebbd20f (patch)
tree76a8b4a919bab5f740e9861680249525e45a1413 /spec/models/concerns
parent9c14954a81778a603a38024ce1f3f4953457d13f (diff)
Fix typo in SHA attribute spec
Diffstat (limited to 'spec/models/concerns')
-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 610793ee557..87403969fe0 100644
--- a/spec/models/concerns/sha_attribute_spec.rb
+++ b/spec/models/concerns/sha_attribute_spec.rb
@@ -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