mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Fix typo
This commit is contained in:
parent
7dc490bbcb
commit
18138ec6ae
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ describe 'CreateAccountModal', ->
|
|||
expect(jasmine.Ajax.requests.all().length).toBe(0)
|
||||
expect(modal.$('.has-error').length).toBeTruthy()
|
||||
|
||||
it 'fails if birthay is missing', ->
|
||||
it 'fails if birthday is missing', ->
|
||||
modal.$('form').each (i, el) -> el.reset()
|
||||
forms.objectToForm(modal.$el, { email: 'some@email.com', password: 'xyzzy' })
|
||||
modal.$('form').submit()
|
||||
|
|
Loading…
Reference in a new issue