Sha256: 8936d86147a8c43d6a76d51df15b3fa6bbe4fa435d720a8ddcb810b69226ca4b

Contents?: true

Size: 743 Bytes

Versions: 17

Compression:

Stored size: 743 Bytes

Contents

@factsets
Feature: Handle factsets properly
  Onceover should allow users to add their own factsets and should handle these well

  Background:
    Given onceover executable

  Scenario: Setecting existing factsets
    Given control repo "factsets"
    When I run onceover command "init"
    Then the config should contain "centos_with_env"

  # This needs to be tested because an environment fact, if not handled, makes
  # compilation fail becaiuse it breaks all of the workarounds that have been
  # put in place within rspec-puppet for the environment
  Scenario: Run with a factsent containing an environment facts
    Given existing control repo "factsets"
    When I run onceover command "run spec"
    Then I should not see any errors

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
onceover-3.19.2 features/factsets.feature
onceover-3.19.1 features/factsets.feature
onceover-3.19.0 features/factsets.feature
onceover-3.18.1 features/factsets.feature
onceover-3.18.0 features/factsets.feature
onceover-3.17.3 features/factsets.feature
onceover-3.17.2 features/factsets.feature
onceover-3.17.1 features/factsets.feature
onceover-3.17.0 features/factsets.feature
onceover-3.16.0 features/factsets.feature
onceover-3.15.2 features/factsets.feature
onceover-3.15.1 features/factsets.feature
onceover-3.15.0 features/factsets.feature
onceover-3.14.1 features/factsets.feature
onceover-3.14.0 features/factsets.feature
onceover-3.13.4 features/factsets.feature
onceover-3.13.3 features/factsets.feature