Re: [rspec-users] nested examples in html formatter

2010-12-15 Thread Jarmo Pertman
Just FYI, it is now: https://github.com/rspec/rspec-core/commit/edb7f851a85ffe318a5d9d161c896bde448b61e1 Jarmo Pertman - IT does really matter - http://www.itreallymatters.net On Dec 14, 3:25 pm, David Chelimsky wrote: > On Dec 13, 2010, at 10:46 PM, Jonathan Linowes wrote: > > > Is there

Re: [rspec-users] nested examples in html formatter

2010-12-14 Thread David Chelimsky
On Dec 13, 2010, at 10:46 PM, Jonathan Linowes wrote: > Is there a way for the html formatter to show nested "describe" blocks, as > written in my examples. Not supported yet. Patches welcome! > Or perhaps I should change how I write my examples so nesting can be shown? > > eg > > describe My

[rspec-users] nested examples in html formatter

2010-12-13 Thread Jonathan Linowes
Is there a way for the html formatter to show nested "describe" blocks, as written in my examples. Or perhaps I should change how I write my examples so nesting can be shown? eg describe MyModel do it "should be valid" describe "something" do it "should do this c