user name changes: don't force new name to lowercase.

This commit is contained in:
evazion
2017-05-07 09:53:13 -05:00
parent 78b08d8394
commit 087ce001e7
3 changed files with 13 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
FactoryGirl.define do
factory(:user_name_change_request) do
desired_name {FFaker::Internet.user_name}
change_reason {FFaker::Lorem.sentence}
end
end