# File test/test_wpm_messg_manip.rb, line 166 def test_path_info @env['PATH_INFO'] = '/this_page/path/info' assert_equal('/path/info', @messg_manip.path_info) assert_equal(1, @env_call) end