Interestings
- Frank – Cucumber like framework for iOS – trending on HackerNews.
rspec shared_example names do not get scoped within describe blocks
As of rspec 2.6, shared examples are global. You can declare them in a describe block, but they are not scoped to that description. This ultimately means that shared_example names should be unique across your test suite!