tests/Remove-DbaDatabaseSafely.Tests.ps1

Write-Host -Object "Running $PSCommandpath" -ForegroundColor Cyan
Describe 'Remove-DbaDatabaseSafely Unit Tests' -Tag 'UnitTests' {
    Context 'Doing something awesome' {
        It 'It should have tests' {
            $true | Should be $true
        }
    }
}