Tests/Integration/MSFT_xWebsite.config.ps1

configuration MSFT_xWebsite_Config
{
    Import-DscResource -ModuleName xWebAdministration

    xWebsite WebBindingInfo
    {
        Name = 'foobar'
        Ensure = 'absent'
        PhysicalPath = "$env:temp\WebBindingInfo"
    }
}