# File test.rb, line 141 def test_process assert_equal("str", PageTemplate::DefaultPreprocessor.process("str"), "DefaultPreprocessor.process returns a copy of the string handed to it.") end