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:
authorDouwe Maan <douwe@gitlab.com>2015-06-02 14:17:21 +0300
committerDouwe Maan <douwe@gitlab.com>2015-06-02 14:17:21 +0300
commit94919c7ef6cf5786d380ae65623de0697eff9188 (patch)
treec413c8ead0bbc668330d21072d155e0860ce457c /spec/lib/gitlab/reference_extractor_spec.rb
parentfe78984f2045a79554ae52478d01d9102c6b6a77 (diff)
Ignore references in blockquotes.
Diffstat (limited to 'spec/lib/gitlab/reference_extractor_spec.rb')
-rw-r--r--spec/lib/gitlab/reference_extractor_spec.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/lib/gitlab/reference_extractor_spec.rb b/spec/lib/gitlab/reference_extractor_spec.rb
index 951e738cb67..f921dd9cc09 100644
--- a/spec/lib/gitlab/reference_extractor_spec.rb
+++ b/spec/lib/gitlab/reference_extractor_spec.rb
@@ -32,6 +32,10 @@ describe Gitlab::ReferenceExtractor do
```
@bar
```
+
+ Quote:
+
+ > @offteam
})
expect(subject.users).to eq([])
end