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