Skip to content

Commit 604f3f4

Browse files
author
Kapil Borle
committed
Adds a test data file.
1 parent 5173062 commit 604f3f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Binary file not shown.

Tests/Rules/UseToExportFieldsInManifest.tests.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ Function Run-PSScriptAnalyzerRule
2424

2525
Describe "UseManifestExportFields" {
2626

27-
Context "invalid manifest file" {
27+
Context "Invalid manifest file" {
2828
It "does not process the manifest" {
2929
$results = Run-PSScriptAnalyzerRule $testManifestInvalidPath
3030
$results | Should BeNullOrEmpty
3131
}
3232
}
3333

34-
Context "manifest contains violations" {
34+
Context "Manifest contains violations" {
3535

3636
It "detects FunctionsToExport with wildcard" {
3737
$results = Run-PSScriptAnalyzerRule $testManifestBadFunctionsWildcardPath
@@ -80,7 +80,7 @@ Describe "UseManifestExportFields" {
8080
}
8181
}
8282

83-
Context "manifest contains no violations" {
83+
Context "Manifest contains no violations" {
8484
It "detects all the *ToExport fields explicitly stating lists" {
8585
$results = Run-PSScriptAnalyzerRule $testManifestGoodPath
8686
$results.Count | Should be 0

0 commit comments

Comments
 (0)