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