Displaying 2 results from an estimated 2 matches for "bengriffith".
Did you mean:
bengriffiths
2006 Dec 13
0
RSpec the video
Hilarious => http://www.reevoo.com/blogs/bengriffiths/2006/12/12/rspec-video/
2005 Nov 16
19
Concerns over Rails' handling of tests
...more sense to break it down into ArticleViewTest, ArticlePostTest,
FailedArticleCreate test and SuccessfulArticleCreate, because each of those
represent different contexts, or fixtures.
I''m quite keen on Ben Griffiths'' testing approach outlined
here<http://www.reevoo.com/blogs/bengriffiths/2005/06/24/a-test-by-any-other-name/>and
have also been looking into Dave Astels''
RSpec <http://rspec.rubyforge.org/> and have to agree with the idea of
testcases being bound by fixtures. If you have test methods that require
common setups, the code should be extracted to the set...