summaryrefslogtreecommitdiff
path: root/spec/features/groups/labels/edit_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/groups/labels/edit_spec.rb')
-rw-r--r--spec/features/groups/labels/edit_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/groups/labels/edit_spec.rb b/spec/features/groups/labels/edit_spec.rb
index 43f067b89d6..2be7f61eeb9 100644
--- a/spec/features/groups/labels/edit_spec.rb
+++ b/spec/features/groups/labels/edit_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-describe 'Edit group label' do
+RSpec.describe 'Edit group label' do
let(:user) { create(:user) }
let(:group) { create(:group) }
let(:label) { create(:group_label, group: group) }