ryanmuller / rudinium

The real analysis video dictionary
http://rudinium.herokuapp.com
7 stars 3 forks source link

Better test coverage #43

Open npisenti opened 12 years ago

npisenti commented 12 years ago

I've been really lazy. We should probably write some tests, though.

What is your sense on the best javascript testing framework?

ryanmuller commented 12 years ago

Jasmine. It's RSpec-like unit testing for javascript. Additionally, Cucumber is pretty nice for integration tests with Capybara for user interactions. This is the setup recommended by the thoughtbot backbone-rails book.

Given that it works pretty well as is, I'm not overwhelmingly concerned about . At some point, it might be nice to test-driven-ly extract some of it for a more general system (i.e. to plug in other subjects than real analysis, or to create your own courses like our other learnstreams).

2012/4/8 Neal Pisenti < reply@reply.github.com

I've been really lazy. We should probably write some tests, though.

What is your sense on the best javascript testing framework?


Reply to this email directly or view it on GitHub: https://github.com/cicatriz/rudini/issues/43

ryanmuller commented 12 years ago

http://37signals.com/svn/posts/3159-testing-like-the-tsa