summaryrefslogtreecommitdiff
path: root/spec/helpers/registrations_helper_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/helpers/registrations_helper_spec.rb')
-rw-r--r--spec/helpers/registrations_helper_spec.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/helpers/registrations_helper_spec.rb b/spec/helpers/registrations_helper_spec.rb
index 00d0a0850cd..fa647548b3c 100644
--- a/spec/helpers/registrations_helper_spec.rb
+++ b/spec/helpers/registrations_helper_spec.rb
@@ -26,4 +26,10 @@ RSpec.describe RegistrationsHelper do
it { is_expected.to eq(result) }
end
end
+
+ describe '#signup_username_data_attributes' do
+ it 'has expected attributes' do
+ expect(helper.signup_username_data_attributes.keys).to include(:min_length, :min_length_message, :max_length, :max_length_message, :qa_selector)
+ end
+ end
end