# File test.rb, line 375 def test_add c = PageTemplate::TextCommand.new("bleargh") assert(@@loop.add(c), "LoopCommand#add adds a command to the block to be executed in the loop") end