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