Re: [rspec-users] displaying a note or comment when --format doc

2010-12-09 Thread David Chelimsky
On Dec 8, 2010, at 10:39 PM, rails.impaired wrote: > I'm new to rspec, so, I might be coloring outside the lines, but, > there have been several instances where I have wanted to display a > comment or note. > > for example: > > describe "truck" do > it "should require model" do > end > end >

[rspec-users] displaying a note or comment when --format doc

2010-12-09 Thread rails.impaired
I'm new to rspec, so, I might be coloring outside the lines, but, there have been several instances where I have wanted to display a comment or note. for example: describe "truck" do it "should require model" do end end rspec spec --format doc truck should require model What I mean by di