spine / spine.app

Spine App generator
109 stars 26 forks source link

Jasmine specs #21

Closed jeroenbourgois closed 11 years ago

jeroenbourgois commented 12 years ago

Hi

I was wondering, when you generate a model, say Client, then a spec is generated: Client.coffee. But when I want to use jasmine-node, it finds no specs as it is searching for .spec.coffee files.

Any reason why spine.app doesn't generate Client.spec.coffee ? Or should I run my jasmine-node command differently?

sukima commented 12 years ago

+1

aeischeid commented 11 years ago

latest hem produces a spec.js file that test runners should be happy with.