summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/git/patches/commit_patches_spec.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-06-24 18:09:03 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-24 18:09:03 +0000
commitc59765a50abd6a235220fd895f5de78038c243a8 (patch)
tree6cacf61d1746e2d54149c028ecd3f187128cd7da /spec/lib/gitlab/git/patches/commit_patches_spec.rb
parent4c5468b40825debc2b7bbe08b975dedd2f7f1523 (diff)
downloadgitlab-ce-c59765a50abd6a235220fd895f5de78038c243a8.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/lib/gitlab/git/patches/commit_patches_spec.rb')
-rw-r--r--spec/lib/gitlab/git/patches/commit_patches_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/git/patches/commit_patches_spec.rb b/spec/lib/gitlab/git/patches/commit_patches_spec.rb
index 760112155ce..cd1e03a6de0 100644
--- a/spec/lib/gitlab/git/patches/commit_patches_spec.rb
+++ b/spec/lib/gitlab/git/patches/commit_patches_spec.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
require 'spec_helper'
-describe Gitlab::Git::Patches::CommitPatches do
+RSpec.describe Gitlab::Git::Patches::CommitPatches do
describe '#commit' do
let(:patches) do
patches_folder = Rails.root.join('spec/fixtures/patchfiles')