# File test/test_SetupAlias.rb, line 229
    def test_alias_path
      init_context
      @alias_path = '/foo'
      assert_equal('/foo', @SetupAlias.alias_path)
      assert_equal(1, @alias_path_call)
    end