Sha256: 25f5d69c842432e2ea260f663b5a9bd1e854687ce7c34a1dd117fa18462353af

Contents?: true

Size: 1.35 KB

Versions: 7

Compression:

Stored size: 1.35 KB

Contents

@windows
Feature: Run onceover with windows 
  Onceover should allow to run rspec and acceptance test for all profvile and role classes
  or for any part of them. Use should set if he wants to see only summary of tests or full
  log info.

  Background:
    Given onceover executable

  Scenario: Run with common Windows code
    Given control repo "windows"
    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::users"
    And test osfamily is not "windows"
    Then Onceover should exit 1

  Scenario: Compiling a windows role with groups that is valid should compile
    Given control repo "windows"
    When I run onceover command "run spec" with class "role::groups"
    Then I should not see any errors
  
  Scenario: Compiling a windows role with users that is valid should compile
    Given control repo "windows"
    When I run onceover command "run spec" with class "role::users"
    Then I should not see any errors
  
  Scenario: Compiling a windows role with chocolatey that is valid should compile
    Given control repo "windows"
    When I run onceover command "run spec" with class "role::choco"
    Then I should not see any errors
  

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
onceover-4.0.0 features/windows.feature
onceover-3.22.0 features/windows.feature
onceover-3.21.0 features/windows.feature
onceover-3.20.0 features/windows.feature
onceover-3.19.2 features/windows.feature
onceover-3.19.1 features/windows.feature
onceover-3.19.0 features/windows.feature