simply_bdd update
I've made a nice little update to my "simply_bdd plugin":http://weblog.techno-weenie.net/2006/8/29/busy-railers-guide-to-bdd:
You can specify a superclass for context so the class inherits from it instead:
<macro:code lang="ruby">context "Post Controller Creation", PostControllerTest do ... end</macro:code>
You can also nest context calls to get automatic inheritance:
<macro:code lang="ruby">context "Post Controller" do context "Post Controller Creation" do
...
end end</macro:code>
related
- 2010 Aug 03 Protocol Buffers with Riak for Node.js
- 2010 Jul 13 In-Process Node.js Queues
- 2010 Jul 07 Geek Talk Interview
- 2010 Jun 28 Tee and Child Processes
- 2010 Jun 23 You can let go now
- 2010 May 17 Railsconf: Building APIs
- 2010 May 10 Nori: Node.js Riak wrapper
- 2010 May 10 No, I did not create a mobile phone framework too
- 2010 May 04 Escaping your test suite with your life
- 2010 Apr 05 Will the iPad kill comic books?

