Sha256: 9b6f12509847d7fb63cd00b3f7277ffe6310a3d172baea4d7b8f5644846997d7

Contents?: true

Size: 1007 Bytes

Versions: 34

Compression:

Stored size: 1007 Bytes

Contents

# Classes to be tested
classes:
  - /role::/

# Nodes to tests classes on, this refers to a 'factset' or 'nodeset'
# depending on whether you are running 'spec' or 'acceptance' tests
nodes:
  - CentOS-7.0-64

# You can group classes here to save typing
class_groups:

# You can group nodes here to save typing
# We have created a 'non_windows_nodes' group because we can't
# give you Windows vagrant boxes to test with because licensing,
# we can give you fact sets though so go crazy with spec testing!
node_groups:

test_matrix:
  - all_nodes:
      classes: 'all_classes'
      tests: 'spec'

functions:
  return_string:
    returns: string
  return_number:
    returns: 400
  return_boolean:
    returns: true
  return_array:
    returns:
      - 1
      - 2
      - 3
  return_hash:
    returns:
      foo: bar
  profile::fail_puppet:
    returns:
      hash: cool
      yeah:
        - arrays
        - are
        - great
  profile::fail_ruby:
    returns: "\r\n\t C:\\windows"

opts:
  :debug: true

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
onceover-4.0.0 spec/fixtures/controlrepos/function_mocking/spec/onceover.yaml
onceover-3.22.0 spec/fixtures/controlrepos/function_mocking/spec/onceover.yaml
onceover-3.21.0 spec/fixtures/controlrepos/function_mocking/spec/onceover.yaml
onceover-3.20.0 spec/fixtures/controlrepos/function_mocking/spec/onceover.yaml
onceover-3.19.2 spec/fixtures/controlrepos/function_mocking/spec/onceover.yaml
onceover-3.19.1 spec/fixtures/controlrepos/function_mocking/spec/onceover.yaml
onceover-3.19.0 spec/fixtures/controlrepos/function_mocking/spec/onceover.yaml
onceover-3.18.1 spec/fixtures/controlrepos/function_mocking/spec/onceover.yaml
onceover-3.18.0 spec/fixtures/controlrepos/function_mocking/spec/onceover.yaml
onceover-3.17.3 spec/fixtures/controlrepos/function_mocking/spec/onceover.yaml
onceover-3.17.2 spec/fixtures/controlrepos/function_mocking/spec/onceover.yaml
onceover-3.17.1 spec/fixtures/controlrepos/function_mocking/spec/onceover.yaml
onceover-3.17.0 spec/fixtures/controlrepos/function_mocking/spec/onceover.yaml
onceover-3.16.0 spec/fixtures/controlrepos/function_mocking/spec/onceover.yaml
onceover-3.15.2 spec/fixtures/controlrepos/function_mocking/spec/onceover.yaml
onceover-3.15.1 spec/fixtures/controlrepos/function_mocking/spec/onceover.yaml
onceover-3.15.0 spec/fixtures/controlrepos/function_mocking/spec/onceover.yaml
onceover-3.14.1 spec/fixtures/controlrepos/function_mocking/spec/onceover.yaml
onceover-3.14.0 spec/fixtures/controlrepos/function_mocking/spec/onceover.yaml
onceover-3.13.4 spec/fixtures/controlrepos/function_mocking/spec/onceover.yaml