Do not align code
This commit is contained in:
parent
7d0ff9214f
commit
6d10a75a70
3 changed files with 4 additions and 5 deletions
|
@ -7,6 +7,5 @@ RSpec.describe MembershipApplication, type: :model do
|
|||
|
||||
it { is_expected.to validate_presence_of :first_name }
|
||||
it { is_expected.to validate_presence_of :last_name }
|
||||
|
||||
it { is_expected.not_to validate_presence_of :middle_name }
|
||||
end
|
||||
|
|
Reference in a new issue