Fix typos

This commit is contained in:
Dušan Juretić
2014-01-11 17:54:50 -03:00
parent bbddb5f87d
commit c9ddf0e15d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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', ->