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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-04-09 06:09:05 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-04-09 06:09:05 +0300
commitb724fa8431b7e47130bc59249fef9167ebb2b4dc (patch)
tree10fe564a1cbc9361c7e6e8509c9312ce992418f2 /spec/lib/banzai/pipeline
parente206ab6282e81f55aa4287e063dfecb268e6f607 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/lib/banzai/pipeline')
-rw-r--r--spec/lib/banzai/pipeline/gfm_pipeline_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/lib/banzai/pipeline/gfm_pipeline_spec.rb b/spec/lib/banzai/pipeline/gfm_pipeline_spec.rb
index 31047b9494a..6eabf1db6f5 100644
--- a/spec/lib/banzai/pipeline/gfm_pipeline_spec.rb
+++ b/spec/lib/banzai/pipeline/gfm_pipeline_spec.rb
@@ -145,6 +145,7 @@ RSpec.describe Banzai::Pipeline::GfmPipeline do
describe 'emoji in references' do
let_it_be(:project) { create(:project, :public) }
+
let(:emoji) { '💯' }
it 'renders a label reference with emoji inside' do