spine / spine-rails

Spine plugin for Rails
171 stars 38 forks source link

Duplicate - ignore #14

Closed phaedryx closed 13 years ago

phaedryx commented 13 years ago

It occurs to me that I never write javascript tests even though I write rails tests all of the time. I think one of the biggest reasons is that testing is built in to rails, e.g. every app starts with a "test" directory, every time I generate a model a unit test is generated for me.

I don't know if it is within the scope of this gem, but it would be really nice if, for example, I had the "jasmine" gem installed, when I generate a spine model it would generate a corresponding jasmine spec test.