summaryrefslogtreecommitdiff
path: root/spec/models/group_custom_attribute_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/models/group_custom_attribute_spec.rb')
-rw-r--r--spec/models/group_custom_attribute_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/group_custom_attribute_spec.rb b/spec/models/group_custom_attribute_spec.rb
index 7d60c74b62b..1d8afa71377 100644
--- a/spec/models/group_custom_attribute_spec.rb
+++ b/spec/models/group_custom_attribute_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-describe GroupCustomAttribute do
+RSpec.describe GroupCustomAttribute do
describe 'assocations' do
it { is_expected.to belong_to(:group) }
end