# File test/test_SetupAlias.rb, line 250
    def test_orig_path
      init_context
      @SetupAlias.orig_path = '/bar'
      assert_equal(1, @set_orig_path_call)
      assert_equal('/bar', @orig_path)
    end