Fix typos
This commit is contained in:
@@ -205,7 +205,7 @@ describe 'User', ->
|
||||
describe 'spells', ->
|
||||
_.each shared.content.spells, (spellClass)->
|
||||
_.each spellClass, (spell)->
|
||||
it "#{spell.text} have a valid target", ->
|
||||
it "#{spell.text} has a valid target", ->
|
||||
expect(spell.target).to.match(/^(task|self|party|user)$/)
|
||||
|
||||
describe 'drop system', ->
|
||||
|
||||
Reference in New Issue
Block a user