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
>
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