# File test.rb, line 115 def test_output assert_raises(NotImplementedError, "Command is not to be directly used.") { c = PageTemplate::Command.new c.output } end