# File test.rb, line 745 def test_output c = PageTemplate::TextCommand.new("Dude!") assert_equal("Dude!", c.output(), "A TextCommand outputs a simple text string.") end