spine / spine.app

Spine App generator
109 stars 26 forks source link

`path` in test template escapes underscores in controller file name #38

Open milesmatthias opened 11 years ago

milesmatthias commented 11 years ago

If you do:

spine controller contact_edit

then the test template will include:

describe 'The ContactEdit Controller', ->
  ContactEdit = require('controllers/readings/contactedit')

/contactedit should be /contact_edit