require 'test/unit' require 'alfa/controller' class TestAlfaController < Test::Unit::TestCase def test_01 eval <:bar}, z._instance_variables_hash) z.other_action assert_equal({:foo=>:bar, :fuu=>:baz}, z._instance_variables_hash) end end