Skip to content

Commit

Permalink
Fix test (remove accidental space)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaykul committed Aug 24, 2023
1 parent 8287640 commit d5f74a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Specs/ConfiguredParameters.feature
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Feature: Configure Command From Working Directory
}
"""
When I call Test-Verb
Then the output object's use rName should be Joel
Then the output object's userName should be Joel
And the output object's Age should be 42

@Functions @Import
Expand Down
5 changes: 4 additions & 1 deletion Specs/ScriptAnalyzer.feature
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Feature: Passes Script Analyzer

Scenario: ScriptAnalyzer on the compiled module output
Given the configuration module is imported
When we run ScriptAnalyzer on 'C:\Users\Jaykul\Projects\Modules\Configuration\1.5.5' with 'C:\Users\Jaykul\Projects\Modules\Configuration\PSScriptAnalyzerSettings.psd1'
When we run ScriptAnalyzer on 'C:\Users\Jaykul\Projects\Modules\Configuration\1.6.0' with 'C:\Users\Jaykul\Projects\Modules\Configuration\PSScriptAnalyzerSettings.psd1'

Then it passes the ScriptAnalyzer rule PSAlignAssignmentStatement
Then it passes the ScriptAnalyzer rule PSAvoidUsingCmdletAliases
Expand All @@ -18,14 +18,17 @@ Feature: Passes Script Analyzer
Then it passes the ScriptAnalyzer rule PSAvoidGlobalVars
Then it passes the ScriptAnalyzer rule PSAvoidInvokingEmptyMembers
Then it passes the ScriptAnalyzer rule PSAvoidLongLines
Then it passes the ScriptAnalyzer rule PSAvoidMultipleTypeAttributes
Then it passes the ScriptAnalyzer rule PSAvoidNullOrEmptyHelpMessageAttribute
Then it passes the ScriptAnalyzer rule PSAvoidOverwritingBuiltInCmdlets
Then it passes the ScriptAnalyzer rule PSAvoidUsingPositionalParameters
Then it passes the ScriptAnalyzer rule PSReservedCmdletChar
Then it passes the ScriptAnalyzer rule PSReservedParams
Then it passes the ScriptAnalyzer rule PSAvoidSemicolonsAsLineTerminators
Then it passes the ScriptAnalyzer rule PSAvoidShouldContinueWithoutForce
Then it passes the ScriptAnalyzer rule PSAvoidTrailingWhitespace
Then it passes the ScriptAnalyzer rule PSAvoidUsingUsernameAndPasswordParams
Then it passes the ScriptAnalyzer rule PSAvoidUsingBrokenHashAlgorithms
Then it passes the ScriptAnalyzer rule PSAvoidUsingComputerNameHardcoded
Then it passes the ScriptAnalyzer rule PSAvoidUsingConvertToSecureStringWithPlainText
Then it passes the ScriptAnalyzer rule PSAvoidUsingDoubleQuotesForConstantString
Expand Down

0 comments on commit d5f74a9

Please sign in to comment.