summaryrefslogtreecommitdiff
path: root/spec/finders/protected_branches_finder_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/finders/protected_branches_finder_spec.rb')
-rw-r--r--spec/finders/protected_branches_finder_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/finders/protected_branches_finder_spec.rb b/spec/finders/protected_branches_finder_spec.rb
index c6b9964b6c5..487d1be697a 100644
--- a/spec/finders/protected_branches_finder_spec.rb
+++ b/spec/finders/protected_branches_finder_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-describe ProtectedBranchesFinder do
+RSpec.describe ProtectedBranchesFinder do
let(:project) { create(:project) }
let!(:protected_branch) { create(:protected_branch, project: project) }
let!(:another_protected_branch) { create(:protected_branch, project: project) }