We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 599a8f3 commit 7dd789fCopy full SHA for 7dd789f
src/ScriptModuleRepositoryTemplate/ScriptModuleRepositoryTemplate.Tests.ps1
@@ -29,7 +29,7 @@ Describe 'New-PowerShellScriptModuleRepository' {
29
$expectedModuleTestsFilePath | Should -Exist
30
}
31
32
- It 'Should replace all dot-files and directories prefixed with an underscore to remove the underscore' {
+ It 'Should replace all dot-files and dot-directories prefixed with an underscore to remove the underscore' {
33
# Arrange.
34
$repositoryDirectoryPath = $TemporaryRepoPath
35
$moduleName = 'NewModule'
0 commit comments