# File test/test_SetupAlias.rb, line 236 def test_set_alias_path init_context @SetupAlias.alias_path = '/foo' assert_equal(1, @set_alias_path_call) assert_equal('/foo', @alias_path) end