[Test Case for User Model] #51
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
test-case
Context
We're adding validation on
first_name
andlast_name
in this issueTest cases required
So, for the above change, we need to add the test cases for this validation in
spec/models/user_spec.rb
The test cases will test that the
first_name
andlast_name
only contains the alphabetical characters like froma-z
or/andA-Z
Blocked by
This issue is blocked by: 50
So, when this issue is marked as closed then we need to work on test cases.
The text was updated successfully, but these errors were encountered: