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>2020-06-24 12:08:32 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-24 12:08:32 +0300
commitd6348d22dd0c78e11d56855cb5f1fb71be437901 (patch)
tree0e64970b1491cee49b7258cb44c11ac079d48ebe /spec/lib/banzai/commit_renderer_spec.rb
parentfa7ac2663b53f61551b9db51f16d55fa4e5b74c3 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/lib/banzai/commit_renderer_spec.rb')
-rw-r--r--spec/lib/banzai/commit_renderer_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/banzai/commit_renderer_spec.rb b/spec/lib/banzai/commit_renderer_spec.rb
index e5a16b167be..a10dd6eb3a2 100644
--- a/spec/lib/banzai/commit_renderer_spec.rb
+++ b/spec/lib/banzai/commit_renderer_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-describe Banzai::CommitRenderer do
+RSpec.describe Banzai::CommitRenderer do
describe '.render', :clean_gitlab_redis_cache do
it 'renders a commit description and title' do
user = build(:user)