APD.IntegrationTests.VCS.Git.When_I_want_to_use_the_git_plugin_Context.Setup C# (CSharp) Method

Setup() private method

private Setup ( ) : void
return void
        public void Setup()
        {
            reposDir = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.CommonApplicationData), "Smeedee_git_plugin");
            repositoryUrl = "git://github.com/flyrev/Smeedee_git_plugin.git";
        }
When_I_want_to_use_the_git_plugin_Context