Displaying 1 result from an estimated 1 matches for "my_script_using_test".
2009 Mar 04
2
Testing my scripts?
Hello RSpec mailing list,
I have a question which I''m sure someone here has a "duh!" answer to. :P
A lot of the Ruby programming I do is around installing servers and
automating various tasks. The pattern I use goes as follows, I''m sure
you''ll see where the gap is.
Write a failing test. Write enough Ruby code to make it pass. Continue
until I have a class (or