> One of Rails' many opinionated innovations as a framework was that > testing is good, everyone should do it by default, so test code is > included/generated by the framework. I believe it should be just as > opinionated about Javascript testing.
+1 to TDD for js, and +1 to Jasmine - I've been test driving js for a few years now and Jasmine is a nice tool, probably the best I've used. It's high time folks were encouraged to write real unit tests for js rather than use Selenium/Sahi/etc. Best, Sidu Ponnappa. http://c42.in http://blog.sidu.in On 1 September 2011 20:00, Chad Woolley <[email protected]> wrote: > One of Rails' many opinionated innovations as a framework was that > testing is good, everyone should do it by default, so test code is > included/generated by the framework. I believe it should be just as > opinionated about Javascript testing. > -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
