BDD-style JavaScript testing

Borrowing from Behaviour Driven Development techniques, especially the RSpec framework I’ve added some new features to script.aculo.us’ testing library. It’s all about more readability, and even non-technical folk should be able to comprehend (at least some) of the tests. Let’s have a look: 1 2 3 4 5 6 7 8 9 Test.context("BDD-style testing",{ ‘should … Continue reading BDD-style JavaScript testing