require 'test/unit' module RHNH module Magellan module TestHelper protected def nav_state session[:rhnh_navigator_state] end end end end