Displaying 1 result from an estimated 1 matches for "f1793941".
Did you mean:
1173941
2008 Jun 12
2
Use of ''should'' in another thread
Hi,
I''ve tried to find anything about using ''should'' within a Thread, but
it is a little hard do look up there, so I hope you forgive-me if I am
asking an "old question".
I guess this spec should fail:
describe Thread do
it "must be fine" do
Thread.new { true.should_not be_true } # Why don''t fail?!
end
end
It seems that some