Skip to content

Commit

Permalink
Made test less specific
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Ratcliffe committed Jun 30, 2020
1 parent 618391f commit b6a2d86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions features/windows.feature
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ Feature: Run onceover with windows

Scenario: Run with common Windows code
Given control repo "windows"
When I run onceover command "run spec" with class "role::test"
When I run onceover command "run spec" with class "role::users"
Then I should not see any errors

Scenario: Run with common Windows code without workarounds
Given existing control repo "windows"
When I run onceover command "run spec --no_workarounds" with class "role::test"
When I run onceover command "run spec --no_workarounds" with class "role::users"
And test osfamily is not "windows"
Then I should see error with message pattern "uninitialized constant"
Then Onceover should exit 1

Scenario: Compiling a windows role with groups that is valid should compile
Given control repo "windows"
Expand Down
Empty file.

0 comments on commit b6a2d86

Please sign in to comment.