DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Technology Double Trouble

1. DOUBLETROUBLE Clarity on test doubles. 2. TESTING PHASES exercise verify teardown let(:sox) { Team.new “Boston” } let(:drays) { Team.new “Tampa” } before { sox.play(drays)…