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