puppet-retrospec 0.12.1 → 0.12.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitlab-ci.yml +35 -0
- data/.rspec +1 -0
- data/CHANGELOG.md +11 -7
- data/Gemfile +13 -5
- data/Gemfile.lock +1 -0
- data/README.md +1 -1
- data/Rakefile +4 -2
- data/VERSION +1 -1
- data/lib/retrospec/plugins/v1/plugin/generators/fact_generator.rb +1 -1
- data/lib/retrospec/plugins/v1/plugin/generators/function_generator.rb +3 -3
- data/lib/retrospec/plugins/v1/plugin/generators/provider_generator.rb +3 -1
- data/lib/retrospec/plugins/v1/plugin/generators/schema_generator.rb +7 -7
- data/lib/retrospec/plugins/v1/plugin/puppet.rb +4 -1
- data/lib/retrospec/plugins/v1/plugin/version.rb +1 -1
- data/puppet-retrospec.gemspec +10 -561
- data/spec/spec_helper.rb +18 -6
- data/spec/unit/generators/fact_generater_spec.rb +5 -1
- data/spec/unit/generators/function_generator_spec.rb +4 -0
- data/spec/unit/generators/parsers/fact_spec.rb +2 -2
- data/spec/unit/generators/provider_generator_spec.rb +4 -0
- data/spec/unit/generators/type_generator_spec.rb +6 -1
- data/spec/unit/module_spec.rb +1 -1
- data/spec/unit/puppet-retrospec_spec.rb +31 -28
- data/spec/unit/resource_spec.rb +1 -1
- metadata +27 -633
- data/.travis.yml +0 -29
- data/spec/fixtures/facts/datacenter_facts.rb +0 -15
- data/spec/fixtures/facts/facts_with_methods.rb +0 -19
- data/spec/fixtures/facts/node_role.rb +0 -8
- data/spec/fixtures/facts/oracle_controls.rb +0 -38
- data/spec/fixtures/fixture_modules/one_resource_module/manifests/another_resource.pp +0 -29
- data/spec/fixtures/fixture_modules/one_resource_module/manifests/inherits_params.pp +0 -8
- data/spec/fixtures/fixture_modules/one_resource_module/manifests/one_resource_class.pp +0 -6
- data/spec/fixtures/fixture_modules/one_resource_module/manifests/params.pp +0 -19
- data/spec/fixtures/fixture_modules/required_parameters/manifests/init.pp +0 -8
- data/spec/fixtures/fixture_modules/sample_module/lib/facter/fix_installed.rb +0 -11
- data/spec/fixtures/fixture_modules/sample_module/lib/puppet/functions/awesome_parser.rb +0 -13
- data/spec/fixtures/fixture_modules/sample_module/lib/puppet/functions/reduce.rb +0 -31
- data/spec/fixtures/fixture_modules/sample_module/lib/puppet/parser/functions/bad_sha1.rb +0 -6
- data/spec/fixtures/fixture_modules/sample_module/lib/puppet/parser/functions/defined.rb +0 -94
- data/spec/fixtures/fixture_modules/sample_module/lib/puppet/parser/functions/sha1.rb +0 -6
- data/spec/fixtures/fixture_modules/sample_module/spec/unit/facter/fix_installed_spec.rb +0 -21
- data/spec/fixtures/fixture_modules/zero_resource_module/manifests/empty_class.pp +0 -3
- data/spec/fixtures/fixture_modules/zero_resource_module/manifests/not_a_resource_defination.pp +0 -1
- data/spec/fixtures/fixture_modules/zero_resource_module/metadata.json +0 -13
- data/spec/fixtures/manifests/includes-class.pp +0 -26
- data/spec/fixtures/manifests/includes-defines.pp +0 -26
- data/spec/fixtures/modules/concat/CHANGELOG.md +0 -257
- data/spec/fixtures/modules/concat/CONTRIBUTING.md +0 -220
- data/spec/fixtures/modules/concat/Gemfile +0 -50
- data/spec/fixtures/modules/concat/LICENSE +0 -14
- data/spec/fixtures/modules/concat/README.md +0 -283
- data/spec/fixtures/modules/concat/Rakefile +0 -10
- data/spec/fixtures/modules/concat/checksums.json +0 -54
- data/spec/fixtures/modules/concat/files/concatfragments.rb +0 -153
- data/spec/fixtures/modules/concat/lib/facter/concat_basedir.rb +0 -11
- data/spec/fixtures/modules/concat/lib/puppet/parser/functions/concat_getparam.rb +0 -35
- data/spec/fixtures/modules/concat/lib/puppet/parser/functions/concat_is_bool.rb +0 -22
- data/spec/fixtures/modules/concat/manifests/fragment.pp +0 -133
- data/spec/fixtures/modules/concat/manifests/init.pp +0 -268
- data/spec/fixtures/modules/concat/manifests/setup.pp +0 -64
- data/spec/fixtures/modules/concat/metadata.json +0 -110
- data/spec/fixtures/modules/concat/spec/acceptance/backup_spec.rb +0 -115
- data/spec/fixtures/modules/concat/spec/acceptance/concat_spec.rb +0 -217
- data/spec/fixtures/modules/concat/spec/acceptance/deprecation_warnings_spec.rb +0 -238
- data/spec/fixtures/modules/concat/spec/acceptance/empty_spec.rb +0 -23
- data/spec/fixtures/modules/concat/spec/acceptance/fragment_source_spec.rb +0 -157
- data/spec/fixtures/modules/concat/spec/acceptance/fragments_are_always_replaced_spec.rb +0 -139
- data/spec/fixtures/modules/concat/spec/acceptance/newline_spec.rb +0 -67
- data/spec/fixtures/modules/concat/spec/acceptance/nodesets/aix-71-vcloud.yml +0 -19
- data/spec/fixtures/modules/concat/spec/acceptance/nodesets/centos-59-x64.yml +0 -10
- data/spec/fixtures/modules/concat/spec/acceptance/nodesets/centos-64-x64-pe.yml +0 -12
- data/spec/fixtures/modules/concat/spec/acceptance/nodesets/centos-64-x64.yml +0 -10
- data/spec/fixtures/modules/concat/spec/acceptance/nodesets/centos-65-x64.yml +0 -10
- data/spec/fixtures/modules/concat/spec/acceptance/nodesets/debian-607-x64.yml +0 -10
- data/spec/fixtures/modules/concat/spec/acceptance/nodesets/debian-70rc1-x64.yml +0 -10
- data/spec/fixtures/modules/concat/spec/acceptance/nodesets/debian-73-x64.yml +0 -11
- data/spec/fixtures/modules/concat/spec/acceptance/nodesets/default.yml +0 -10
- data/spec/fixtures/modules/concat/spec/acceptance/nodesets/fedora-18-x64.yml +0 -10
- data/spec/fixtures/modules/concat/spec/acceptance/nodesets/sles-11-x64.yml +0 -10
- data/spec/fixtures/modules/concat/spec/acceptance/nodesets/sles-11sp1-x64.yml +0 -10
- data/spec/fixtures/modules/concat/spec/acceptance/nodesets/ubuntu-server-10044-x64.yml +0 -10
- data/spec/fixtures/modules/concat/spec/acceptance/nodesets/ubuntu-server-12042-x64.yml +0 -10
- data/spec/fixtures/modules/concat/spec/acceptance/nodesets/ubuntu-server-1404-x64.yml +0 -11
- data/spec/fixtures/modules/concat/spec/acceptance/order_spec.rb +0 -123
- data/spec/fixtures/modules/concat/spec/acceptance/quoted_paths_spec.rb +0 -42
- data/spec/fixtures/modules/concat/spec/acceptance/replace_spec.rb +0 -262
- data/spec/fixtures/modules/concat/spec/acceptance/specinfra_stubs.rb +0 -19
- data/spec/fixtures/modules/concat/spec/acceptance/symbolic_name_spec.rb +0 -35
- data/spec/fixtures/modules/concat/spec/acceptance/validation_spec.rb +0 -35
- data/spec/fixtures/modules/concat/spec/acceptance/warn_spec.rb +0 -104
- data/spec/fixtures/modules/concat/spec/spec.opts +0 -6
- data/spec/fixtures/modules/concat/spec/spec_helper.rb +0 -1
- data/spec/fixtures/modules/concat/spec/spec_helper_acceptance.rb +0 -61
- data/spec/fixtures/modules/concat/spec/unit/classes/concat_setup_spec.rb +0 -98
- data/spec/fixtures/modules/concat/spec/unit/defines/concat_fragment_spec.rb +0 -330
- data/spec/fixtures/modules/concat/spec/unit/defines/concat_spec.rb +0 -415
- data/spec/fixtures/modules/concat/spec/unit/facts/concat_basedir_spec.rb +0 -18
- data/spec/fixtures/modules/concat/tests/fragment.pp +0 -19
- data/spec/fixtures/modules/concat/tests/init.pp +0 -7
- data/spec/fixtures/modules/staging/Gemfile +0 -7
- data/spec/fixtures/modules/staging/LICENSE +0 -11
- data/spec/fixtures/modules/staging/README.md +0 -70
- data/spec/fixtures/modules/staging/Rakefile +0 -1
- data/spec/fixtures/modules/staging/Vagrantfile +0 -29
- data/spec/fixtures/modules/staging/checksums.json +0 -37
- data/spec/fixtures/modules/staging/docs/deploy.html +0 -113
- data/spec/fixtures/modules/staging/docs/extract.html +0 -176
- data/spec/fixtures/modules/staging/docs/file.html +0 -178
- data/spec/fixtures/modules/staging/docs/init.html +0 -87
- data/spec/fixtures/modules/staging/files/sample +0 -1
- data/spec/fixtures/modules/staging/files/sample.tar.bz2 +0 -0
- data/spec/fixtures/modules/staging/files/sample.tar.gz +0 -0
- data/spec/fixtures/modules/staging/lib/facter/staging_http_get.rb +0 -29
- data/spec/fixtures/modules/staging/lib/facter/staging_windir.rb +0 -11
- data/spec/fixtures/modules/staging/lib/puppet/parser/functions/scope_defaults.rb +0 -17
- data/spec/fixtures/modules/staging/lib/puppet/parser/functions/staging_parse.rb +0 -36
- data/spec/fixtures/modules/staging/manifests/.init.pp.swp +0 -0
- data/spec/fixtures/modules/staging/manifests/deploy.pp +0 -42
- data/spec/fixtures/modules/staging/manifests/extract.pp +0 -109
- data/spec/fixtures/modules/staging/manifests/file.pp +0 -125
- data/spec/fixtures/modules/staging/manifests/init.pp +0 -31
- data/spec/fixtures/modules/staging/manifests/params.pp +0 -33
- data/spec/fixtures/modules/staging/metadata.json +0 -106
- data/spec/fixtures/modules/staging/spec/defines/staging_deploy_spec.rb +0 -27
- data/spec/fixtures/modules/staging/spec/defines/staging_extract_spec.rb +0 -104
- data/spec/fixtures/modules/staging/spec/defines/staging_file_spec.rb +0 -163
- data/spec/fixtures/modules/staging/spec/fixtures/hiera.yaml +0 -7
- data/spec/fixtures/modules/staging/spec/spec_helper.rb +0 -29
- data/spec/fixtures/modules/staging/spec/unit/puppet/parser/functions/scope_defaults_spec.rb +0 -45
- data/spec/fixtures/modules/staging/spec/unit/puppet/parser/functions/staging_parse_spec.rb +0 -51
- data/spec/fixtures/modules/staging/tests/deploy.pp +0 -4
- data/spec/fixtures/modules/staging/tests/extract.pp +0 -25
- data/spec/fixtures/modules/staging/tests/file.pp +0 -17
- data/spec/fixtures/modules/staging/tests/init.pp +0 -1
- data/spec/fixtures/modules/staging/tests/scope_defaults.pp +0 -7
- data/spec/fixtures/modules/staging/tests/staging_parse.pp +0 -12
- data/spec/fixtures/modules/stdlib/CHANGELOG.md +0 -515
- data/spec/fixtures/modules/stdlib/CONTRIBUTING.md +0 -220
- data/spec/fixtures/modules/stdlib/Gemfile +0 -51
- data/spec/fixtures/modules/stdlib/LICENSE +0 -19
- data/spec/fixtures/modules/stdlib/README.markdown +0 -1042
- data/spec/fixtures/modules/stdlib/README_DEVELOPER.markdown +0 -35
- data/spec/fixtures/modules/stdlib/README_SPECS.markdown +0 -7
- data/spec/fixtures/modules/stdlib/RELEASE_PROCESS.markdown +0 -24
- data/spec/fixtures/modules/stdlib/Rakefile +0 -18
- data/spec/fixtures/modules/stdlib/checksums.json +0 -381
- data/spec/fixtures/modules/stdlib/lib/facter/facter_dot_d.rb +0 -202
- data/spec/fixtures/modules/stdlib/lib/facter/pe_version.rb +0 -53
- data/spec/fixtures/modules/stdlib/lib/facter/puppet_vardir.rb +0 -26
- data/spec/fixtures/modules/stdlib/lib/facter/root_home.rb +0 -32
- data/spec/fixtures/modules/stdlib/lib/facter/util/puppet_settings.rb +0 -21
- data/spec/fixtures/modules/stdlib/lib/puppet/functions/type_of.rb +0 -17
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/abs.rb +0 -36
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/any2array.rb +0 -33
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/assert_private.rb +0 -29
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/base64.rb +0 -37
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/basename.rb +0 -34
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/bool2num.rb +0 -26
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/bool2str.rb +0 -27
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/camelcase.rb +0 -33
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/capitalize.rb +0 -33
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/ceiling.rb +0 -25
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/chomp.rb +0 -34
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/chop.rb +0 -36
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/concat.rb +0 -41
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/count.rb +0 -22
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/deep_merge.rb +0 -44
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/defined_with_params.rb +0 -35
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/delete.rb +0 -49
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/delete_at.rb +0 -49
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/delete_undef_values.rb +0 -34
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/delete_values.rb +0 -26
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/difference.rb +0 -36
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/dirname.rb +0 -21
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/downcase.rb +0 -32
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/empty.rb +0 -27
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/ensure_packages.rb +0 -35
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/ensure_resource.rb +0 -46
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/flatten.rb +0 -33
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/floor.rb +0 -25
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/fqdn_rand_string.rb +0 -34
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/fqdn_rotate.rb +0 -57
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/get_module_path.rb +0 -17
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/getparam.rb +0 -35
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/getvar.rb +0 -29
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/grep.rb +0 -33
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/has_interface_with.rb +0 -68
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/has_ip_address.rb +0 -25
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/has_ip_network.rb +0 -25
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/has_key.rb +0 -28
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/hash.rb +0 -41
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/intersection.rb +0 -34
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/is_array.rb +0 -22
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/is_bool.rb +0 -22
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/is_domain_name.rb +0 -54
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/is_float.rb +0 -30
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/is_function_available.rb +0 -26
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/is_hash.rb +0 -22
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/is_integer.rb +0 -45
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/is_ip_address.rb +0 -32
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/is_mac_address.rb +0 -27
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/is_numeric.rb +0 -75
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/is_string.rb +0 -26
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/join.rb +0 -41
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/join_keys_to_values.rb +0 -47
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/keys.rb +0 -26
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/loadyaml.rb +0 -20
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/lstrip.rb +0 -32
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/max.rb +0 -21
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/member.rb +0 -62
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/merge.rb +0 -34
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/min.rb +0 -21
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/num2bool.rb +0 -43
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/parsejson.rb +0 -24
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/parseyaml.rb +0 -24
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/pick.rb +0 -29
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/pick_default.rb +0 -35
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/prefix.rb +0 -52
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/private.rb +0 -17
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/pw_hash.rb +0 -56
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/range.rb +0 -88
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/reject.rb +0 -31
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/reverse.rb +0 -27
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/rstrip.rb +0 -31
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/shuffle.rb +0 -45
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/size.rb +0 -48
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/sort.rb +0 -27
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/squeeze.rb +0 -36
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/str2bool.rb +0 -46
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/str2saltedsha512.rb +0 -32
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/strftime.rb +0 -107
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/strip.rb +0 -38
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/suffix.rb +0 -45
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/swapcase.rb +0 -38
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/time.rb +0 -49
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/to_bytes.rb +0 -31
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/type.rb +0 -19
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/type3x.rb +0 -51
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/union.rb +0 -34
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/unique.rb +0 -50
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/upcase.rb +0 -45
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/uriescape.rb +0 -34
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/validate_absolute_path.rb +0 -69
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/validate_array.rb +0 -33
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/validate_augeas.rb +0 -83
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/validate_bool.rb +0 -34
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/validate_cmd.rb +0 -63
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/validate_hash.rb +0 -33
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/validate_integer.rb +0 -131
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/validate_ipv4_address.rb +0 -48
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/validate_ipv6_address.rb +0 -49
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/validate_numeric.rb +0 -93
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/validate_re.rb +0 -40
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/validate_slength.rb +0 -71
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/validate_string.rb +0 -38
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/values.rb +0 -39
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/values_at.rb +0 -99
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/zip.rb +0 -39
- data/spec/fixtures/modules/stdlib/lib/puppet/provider/file_line/ruby.rb +0 -97
- data/spec/fixtures/modules/stdlib/lib/puppet/type/anchor.rb +0 -46
- data/spec/fixtures/modules/stdlib/lib/puppet/type/file_line.rb +0 -91
- data/spec/fixtures/modules/stdlib/manifests/init.pp +0 -20
- data/spec/fixtures/modules/stdlib/manifests/stages.pp +0 -43
- data/spec/fixtures/modules/stdlib/metadata.json +0 -113
- data/spec/fixtures/modules/stdlib/spec/acceptance/abs_spec.rb +0 -30
- data/spec/fixtures/modules/stdlib/spec/acceptance/any2array_spec.rb +0 -49
- data/spec/fixtures/modules/stdlib/spec/acceptance/base64_spec.rb +0 -18
- data/spec/fixtures/modules/stdlib/spec/acceptance/bool2num_spec.rb +0 -34
- data/spec/fixtures/modules/stdlib/spec/acceptance/build_csv.rb +0 -83
- data/spec/fixtures/modules/stdlib/spec/acceptance/capitalize_spec.rb +0 -33
- data/spec/fixtures/modules/stdlib/spec/acceptance/ceiling_spec.rb +0 -39
- data/spec/fixtures/modules/stdlib/spec/acceptance/chomp_spec.rb +0 -21
- data/spec/fixtures/modules/stdlib/spec/acceptance/chop_spec.rb +0 -45
- data/spec/fixtures/modules/stdlib/spec/acceptance/concat_spec.rb +0 -40
- data/spec/fixtures/modules/stdlib/spec/acceptance/count_spec.rb +0 -30
- data/spec/fixtures/modules/stdlib/spec/acceptance/deep_merge_spec.rb +0 -20
- data/spec/fixtures/modules/stdlib/spec/acceptance/defined_with_params_spec.rb +0 -22
- data/spec/fixtures/modules/stdlib/spec/acceptance/delete_at_spec.rb +0 -19
- data/spec/fixtures/modules/stdlib/spec/acceptance/delete_spec.rb +0 -19
- data/spec/fixtures/modules/stdlib/spec/acceptance/delete_undef_values_spec.rb +0 -19
- data/spec/fixtures/modules/stdlib/spec/acceptance/delete_values_spec.rb +0 -25
- data/spec/fixtures/modules/stdlib/spec/acceptance/difference_spec.rb +0 -26
- data/spec/fixtures/modules/stdlib/spec/acceptance/dirname_spec.rb +0 -42
- data/spec/fixtures/modules/stdlib/spec/acceptance/downcase_spec.rb +0 -39
- data/spec/fixtures/modules/stdlib/spec/acceptance/empty_spec.rb +0 -39
- data/spec/fixtures/modules/stdlib/spec/acceptance/ensure_packages_spec.rb +0 -22
- data/spec/fixtures/modules/stdlib/spec/acceptance/ensure_resource_spec.rb +0 -22
- data/spec/fixtures/modules/stdlib/spec/acceptance/flatten_spec.rb +0 -39
- data/spec/fixtures/modules/stdlib/spec/acceptance/floor_spec.rb +0 -39
- data/spec/fixtures/modules/stdlib/spec/acceptance/fqdn_rand_string_spec.rb +0 -60
- data/spec/fixtures/modules/stdlib/spec/acceptance/fqdn_rotate_spec.rb +0 -47
- data/spec/fixtures/modules/stdlib/spec/acceptance/get_module_path_spec.rb +0 -27
- data/spec/fixtures/modules/stdlib/spec/acceptance/getparam_spec.rb +0 -24
- data/spec/fixtures/modules/stdlib/spec/acceptance/getvar_spec.rb +0 -26
- data/spec/fixtures/modules/stdlib/spec/acceptance/grep_spec.rb +0 -26
- data/spec/fixtures/modules/stdlib/spec/acceptance/has_interface_with_spec.rb +0 -54
- data/spec/fixtures/modules/stdlib/spec/acceptance/has_ip_address_spec.rb +0 -33
- data/spec/fixtures/modules/stdlib/spec/acceptance/has_ip_network_spec.rb +0 -33
- data/spec/fixtures/modules/stdlib/spec/acceptance/has_key_spec.rb +0 -41
- data/spec/fixtures/modules/stdlib/spec/acceptance/hash_spec.rb +0 -26
- data/spec/fixtures/modules/stdlib/spec/acceptance/intersection_spec.rb +0 -27
- data/spec/fixtures/modules/stdlib/spec/acceptance/is_array_spec.rb +0 -67
- data/spec/fixtures/modules/stdlib/spec/acceptance/is_bool_spec.rb +0 -81
- data/spec/fixtures/modules/stdlib/spec/acceptance/is_domain_name_spec.rb +0 -83
- data/spec/fixtures/modules/stdlib/spec/acceptance/is_float_spec.rb +0 -86
- data/spec/fixtures/modules/stdlib/spec/acceptance/is_function_available_spec.rb +0 -58
- data/spec/fixtures/modules/stdlib/spec/acceptance/is_hash_spec.rb +0 -63
- data/spec/fixtures/modules/stdlib/spec/acceptance/is_integer_spec.rb +0 -95
- data/spec/fixtures/modules/stdlib/spec/acceptance/is_ip_address_spec.rb +0 -80
- data/spec/fixtures/modules/stdlib/spec/acceptance/is_mac_address_spec.rb +0 -38
- data/spec/fixtures/modules/stdlib/spec/acceptance/is_numeric_spec.rb +0 -95
- data/spec/fixtures/modules/stdlib/spec/acceptance/is_string_spec.rb +0 -102
- data/spec/fixtures/modules/stdlib/spec/acceptance/join_keys_to_values_spec.rb +0 -24
- data/spec/fixtures/modules/stdlib/spec/acceptance/join_spec.rb +0 -26
- data/spec/fixtures/modules/stdlib/spec/acceptance/keys_spec.rb +0 -23
- data/spec/fixtures/modules/stdlib/spec/acceptance/loadyaml_spec.rb +0 -33
- data/spec/fixtures/modules/stdlib/spec/acceptance/lstrip_spec.rb +0 -34
- data/spec/fixtures/modules/stdlib/spec/acceptance/max_spec.rb +0 -20
- data/spec/fixtures/modules/stdlib/spec/acceptance/member_spec.rb +0 -54
- data/spec/fixtures/modules/stdlib/spec/acceptance/merge_spec.rb +0 -23
- data/spec/fixtures/modules/stdlib/spec/acceptance/min_spec.rb +0 -20
- data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/centos-59-x64.yml +0 -10
- data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/centos-6-vcloud.yml +0 -15
- data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/centos-64-x64-pe.yml +0 -12
- data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/centos-64-x64.yml +0 -10
- data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/centos-65-x64.yml +0 -10
- data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/default.yml +0 -10
- data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/fedora-18-x64.yml +0 -10
- data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/sles-11-x64.yml +0 -10
- data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/ubuntu-server-10044-x64.yml +0 -10
- data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/ubuntu-server-12042-x64.yml +0 -10
- data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/ubuntu-server-1404-x64.yml +0 -11
- data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/windows-2003-i386.yml +0 -26
- data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/windows-2003-x86_64.yml +0 -26
- data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/windows-2008-x86_64.yml +0 -26
- data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/windows-2008r2-x86_64.yml +0 -26
- data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/windows-2012-x86_64.yml +0 -26
- data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/windows-2012r2-x86_64.yml +0 -26
- data/spec/fixtures/modules/stdlib/spec/acceptance/num2bool_spec.rb +0 -76
- data/spec/fixtures/modules/stdlib/spec/acceptance/parsejson_spec.rb +0 -34
- data/spec/fixtures/modules/stdlib/spec/acceptance/parseyaml_spec.rb +0 -35
- data/spec/fixtures/modules/stdlib/spec/acceptance/pick_default_spec.rb +0 -54
- data/spec/fixtures/modules/stdlib/spec/acceptance/pick_spec.rb +0 -44
- data/spec/fixtures/modules/stdlib/spec/acceptance/prefix_spec.rb +0 -42
- data/spec/fixtures/modules/stdlib/spec/acceptance/pw_hash_spec.rb +0 -34
- data/spec/fixtures/modules/stdlib/spec/acceptance/range_spec.rb +0 -36
- data/spec/fixtures/modules/stdlib/spec/acceptance/reject_spec.rb +0 -42
- data/spec/fixtures/modules/stdlib/spec/acceptance/reverse_spec.rb +0 -23
- data/spec/fixtures/modules/stdlib/spec/acceptance/rstrip_spec.rb +0 -34
- data/spec/fixtures/modules/stdlib/spec/acceptance/shuffle_spec.rb +0 -34
- data/spec/fixtures/modules/stdlib/spec/acceptance/size_spec.rb +0 -55
- data/spec/fixtures/modules/stdlib/spec/acceptance/sort_spec.rb +0 -34
- data/spec/fixtures/modules/stdlib/spec/acceptance/squeeze_spec.rb +0 -47
- data/spec/fixtures/modules/stdlib/spec/acceptance/str2bool_spec.rb +0 -31
- data/spec/fixtures/modules/stdlib/spec/acceptance/str2saltedsha512_spec.rb +0 -22
- data/spec/fixtures/modules/stdlib/spec/acceptance/strftime_spec.rb +0 -22
- data/spec/fixtures/modules/stdlib/spec/acceptance/strip_spec.rb +0 -34
- data/spec/fixtures/modules/stdlib/spec/acceptance/suffix_spec.rb +0 -42
- data/spec/fixtures/modules/stdlib/spec/acceptance/swapcase_spec.rb +0 -22
- data/spec/fixtures/modules/stdlib/spec/acceptance/time_spec.rb +0 -36
- data/spec/fixtures/modules/stdlib/spec/acceptance/to_bytes_spec.rb +0 -27
- data/spec/fixtures/modules/stdlib/spec/acceptance/type_spec.rb +0 -37
- data/spec/fixtures/modules/stdlib/spec/acceptance/union_spec.rb +0 -24
- data/spec/fixtures/modules/stdlib/spec/acceptance/unique_spec.rb +0 -33
- data/spec/fixtures/modules/stdlib/spec/acceptance/unsupported_spec.rb +0 -11
- data/spec/fixtures/modules/stdlib/spec/acceptance/upcase_spec.rb +0 -33
- data/spec/fixtures/modules/stdlib/spec/acceptance/uriescape_spec.rb +0 -23
- data/spec/fixtures/modules/stdlib/spec/acceptance/validate_absolute_path_spec.rb +0 -31
- data/spec/fixtures/modules/stdlib/spec/acceptance/validate_array_spec.rb +0 -37
- data/spec/fixtures/modules/stdlib/spec/acceptance/validate_augeas_spec.rb +0 -63
- data/spec/fixtures/modules/stdlib/spec/acceptance/validate_bool_spec.rb +0 -37
- data/spec/fixtures/modules/stdlib/spec/acceptance/validate_cmd_spec.rb +0 -52
- data/spec/fixtures/modules/stdlib/spec/acceptance/validate_hash_spec.rb +0 -37
- data/spec/fixtures/modules/stdlib/spec/acceptance/validate_ipv4_address_spec.rb +0 -31
- data/spec/fixtures/modules/stdlib/spec/acceptance/validate_ipv6_address_spec.rb +0 -31
- data/spec/fixtures/modules/stdlib/spec/acceptance/validate_re_spec.rb +0 -47
- data/spec/fixtures/modules/stdlib/spec/acceptance/validate_slength_spec.rb +0 -72
- data/spec/fixtures/modules/stdlib/spec/acceptance/validate_string_spec.rb +0 -36
- data/spec/fixtures/modules/stdlib/spec/acceptance/values_at_spec.rb +0 -73
- data/spec/fixtures/modules/stdlib/spec/acceptance/values_spec.rb +0 -35
- data/spec/fixtures/modules/stdlib/spec/acceptance/zip_spec.rb +0 -86
- data/spec/fixtures/modules/stdlib/spec/classes/anchor_spec.rb +0 -30
- data/spec/fixtures/modules/stdlib/spec/functions/abs_spec.rb +0 -25
- data/spec/fixtures/modules/stdlib/spec/functions/any2array_spec.rb +0 -55
- data/spec/fixtures/modules/stdlib/spec/functions/assert_private_spec.rb +0 -55
- data/spec/fixtures/modules/stdlib/spec/functions/base64_spec.rb +0 -34
- data/spec/fixtures/modules/stdlib/spec/functions/bool2num_spec.rb +0 -38
- data/spec/fixtures/modules/stdlib/spec/functions/capitalize_spec.rb +0 -28
- data/spec/fixtures/modules/stdlib/spec/functions/ceiling_spec.rb +0 -39
- data/spec/fixtures/modules/stdlib/spec/functions/chomp_spec.rb +0 -28
- data/spec/fixtures/modules/stdlib/spec/functions/chop_spec.rb +0 -28
- data/spec/fixtures/modules/stdlib/spec/functions/concat_spec.rb +0 -50
- data/spec/fixtures/modules/stdlib/spec/functions/count_spec.rb +0 -31
- data/spec/fixtures/modules/stdlib/spec/functions/deep_merge_spec.rb +0 -105
- data/spec/fixtures/modules/stdlib/spec/functions/defined_with_params_spec.rb +0 -37
- data/spec/fixtures/modules/stdlib/spec/functions/delete_at_spec.rb +0 -25
- data/spec/fixtures/modules/stdlib/spec/functions/delete_spec.rb +0 -61
- data/spec/fixtures/modules/stdlib/spec/functions/delete_undef_values_spec.rb +0 -41
- data/spec/fixtures/modules/stdlib/spec/functions/delete_values_spec.rb +0 -36
- data/spec/fixtures/modules/stdlib/spec/functions/difference_spec.rb +0 -19
- data/spec/fixtures/modules/stdlib/spec/functions/dirname_spec.rb +0 -38
- data/spec/fixtures/modules/stdlib/spec/functions/downcase_spec.rb +0 -33
- data/spec/fixtures/modules/stdlib/spec/functions/empty_spec.rb +0 -32
- data/spec/fixtures/modules/stdlib/spec/functions/ensure_packages_spec.rb +0 -81
- data/spec/fixtures/modules/stdlib/spec/functions/ensure_resource_spec.rb +0 -113
- data/spec/fixtures/modules/stdlib/spec/functions/flatten_spec.rb +0 -27
- data/spec/fixtures/modules/stdlib/spec/functions/floor_spec.rb +0 -39
- data/spec/fixtures/modules/stdlib/spec/functions/fqdn_rand_string_spec.rb +0 -91
- data/spec/fixtures/modules/stdlib/spec/functions/fqdn_rotate_spec.rb +0 -60
- data/spec/fixtures/modules/stdlib/spec/functions/get_module_path_spec.rb +0 -46
- data/spec/fixtures/modules/stdlib/spec/functions/getparam_spec.rb +0 -76
- data/spec/fixtures/modules/stdlib/spec/functions/getvar_spec.rb +0 -37
- data/spec/fixtures/modules/stdlib/spec/functions/grep_spec.rb +0 -19
- data/spec/fixtures/modules/stdlib/spec/functions/has_interface_with_spec.rb +0 -64
- data/spec/fixtures/modules/stdlib/spec/functions/has_ip_address_spec.rb +0 -39
- data/spec/fixtures/modules/stdlib/spec/functions/has_ip_network_spec.rb +0 -36
- data/spec/fixtures/modules/stdlib/spec/functions/has_key_spec.rb +0 -42
- data/spec/fixtures/modules/stdlib/spec/functions/hash_spec.rb +0 -19
- data/spec/fixtures/modules/stdlib/spec/functions/intersection_spec.rb +0 -19
- data/spec/fixtures/modules/stdlib/spec/functions/is_array_spec.rb +0 -29
- data/spec/fixtures/modules/stdlib/spec/functions/is_bool_spec.rb +0 -44
- data/spec/fixtures/modules/stdlib/spec/functions/is_domain_name_spec.rb +0 -81
- data/spec/fixtures/modules/stdlib/spec/functions/is_float_spec.rb +0 -33
- data/spec/fixtures/modules/stdlib/spec/functions/is_function_available.rb +0 -31
- data/spec/fixtures/modules/stdlib/spec/functions/is_hash_spec.rb +0 -29
- data/spec/fixtures/modules/stdlib/spec/functions/is_integer_spec.rb +0 -69
- data/spec/fixtures/modules/stdlib/spec/functions/is_ip_address_spec.rb +0 -39
- data/spec/fixtures/modules/stdlib/spec/functions/is_mac_address_spec.rb +0 -29
- data/spec/fixtures/modules/stdlib/spec/functions/is_numeric_spec.rb +0 -119
- data/spec/fixtures/modules/stdlib/spec/functions/is_string_spec.rb +0 -34
- data/spec/fixtures/modules/stdlib/spec/functions/join_keys_to_values_spec.rb +0 -40
- data/spec/fixtures/modules/stdlib/spec/functions/join_spec.rb +0 -19
- data/spec/fixtures/modules/stdlib/spec/functions/keys_spec.rb +0 -21
- data/spec/fixtures/modules/stdlib/spec/functions/loadyaml_spec.rb +0 -25
- data/spec/fixtures/modules/stdlib/spec/functions/lstrip_spec.rb +0 -28
- data/spec/fixtures/modules/stdlib/spec/functions/max_spec.rb +0 -27
- data/spec/fixtures/modules/stdlib/spec/functions/member_spec.rb +0 -34
- data/spec/fixtures/modules/stdlib/spec/functions/merge_spec.rb +0 -52
- data/spec/fixtures/modules/stdlib/spec/functions/min_spec.rb +0 -27
- data/spec/fixtures/modules/stdlib/spec/functions/num2bool_spec.rb +0 -67
- data/spec/fixtures/modules/stdlib/spec/functions/parsejson_spec.rb +0 -22
- data/spec/fixtures/modules/stdlib/spec/functions/parseyaml_spec.rb +0 -24
- data/spec/fixtures/modules/stdlib/spec/functions/pick_default_spec.rb +0 -58
- data/spec/fixtures/modules/stdlib/spec/functions/pick_spec.rb +0 -34
- data/spec/fixtures/modules/stdlib/spec/functions/prefix_spec.rb +0 -33
- data/spec/fixtures/modules/stdlib/spec/functions/private_spec.rb +0 -60
- data/spec/fixtures/modules/stdlib/spec/functions/pw_hash_spec.rb +0 -96
- data/spec/fixtures/modules/stdlib/spec/functions/range_spec.rb +0 -86
- data/spec/fixtures/modules/stdlib/spec/functions/reject_spec.rb +0 -20
- data/spec/fixtures/modules/stdlib/spec/functions/reverse_spec.rb +0 -28
- data/spec/fixtures/modules/stdlib/spec/functions/rstrip_spec.rb +0 -33
- data/spec/fixtures/modules/stdlib/spec/functions/shuffle_spec.rb +0 -33
- data/spec/fixtures/modules/stdlib/spec/functions/size_spec.rb +0 -24
- data/spec/fixtures/modules/stdlib/spec/functions/sort_spec.rb +0 -24
- data/spec/fixtures/modules/stdlib/spec/functions/squeeze_spec.rb +0 -24
- data/spec/fixtures/modules/stdlib/spec/functions/str2bool_spec.rb +0 -31
- data/spec/fixtures/modules/stdlib/spec/functions/str2saltedsha512_spec.rb +0 -45
- data/spec/fixtures/modules/stdlib/spec/functions/strftime_spec.rb +0 -29
- data/spec/fixtures/modules/stdlib/spec/functions/strip_spec.rb +0 -27
- data/spec/fixtures/modules/stdlib/spec/functions/suffix_spec.rb +0 -27
- data/spec/fixtures/modules/stdlib/spec/functions/swapcase_spec.rb +0 -28
- data/spec/fixtures/modules/stdlib/spec/functions/time_spec.rb +0 -29
- data/spec/fixtures/modules/stdlib/spec/functions/to_bytes_spec.rb +0 -83
- data/spec/fixtures/modules/stdlib/spec/functions/type3x_spec.rb +0 -43
- data/spec/fixtures/modules/stdlib/spec/functions/type_spec.rb +0 -44
- data/spec/fixtures/modules/stdlib/spec/functions/union_spec.rb +0 -19
- data/spec/fixtures/modules/stdlib/spec/functions/unique_spec.rb +0 -33
- data/spec/fixtures/modules/stdlib/spec/functions/upcase_spec.rb +0 -58
- data/spec/fixtures/modules/stdlib/spec/functions/uriescape_spec.rb +0 -40
- data/spec/fixtures/modules/stdlib/spec/functions/validate_absolute_path_spec.rb +0 -104
- data/spec/fixtures/modules/stdlib/spec/functions/validate_array_spec.rb +0 -38
- data/spec/fixtures/modules/stdlib/spec/functions/validate_augeas_spec.rb +0 -103
- data/spec/fixtures/modules/stdlib/spec/functions/validate_bool_spec.rb +0 -51
- data/spec/fixtures/modules/stdlib/spec/functions/validate_cmd_spec.rb +0 -85
- data/spec/fixtures/modules/stdlib/spec/functions/validate_hash_spec.rb +0 -43
- data/spec/fixtures/modules/stdlib/spec/functions/validate_integer_spec.rb +0 -219
- data/spec/fixtures/modules/stdlib/spec/functions/validate_ipv4_address_spec.rb +0 -64
- data/spec/fixtures/modules/stdlib/spec/functions/validate_ipv6_address_spec.rb +0 -67
- data/spec/fixtures/modules/stdlib/spec/functions/validate_numeric_spec.rb +0 -217
- data/spec/fixtures/modules/stdlib/spec/functions/validate_re_spec.rb +0 -77
- data/spec/fixtures/modules/stdlib/spec/functions/validate_slength_spec.rb +0 -67
- data/spec/fixtures/modules/stdlib/spec/functions/validate_string_spec.rb +0 -60
- data/spec/fixtures/modules/stdlib/spec/functions/values_at_spec.rb +0 -38
- data/spec/fixtures/modules/stdlib/spec/functions/values_spec.rb +0 -31
- data/spec/fixtures/modules/stdlib/spec/functions/zip_spec.rb +0 -31
- data/spec/fixtures/modules/stdlib/spec/lib/puppet_spec/compiler.rb +0 -47
- data/spec/fixtures/modules/stdlib/spec/lib/puppet_spec/database.rb +0 -30
- data/spec/fixtures/modules/stdlib/spec/lib/puppet_spec/files.rb +0 -61
- data/spec/fixtures/modules/stdlib/spec/lib/puppet_spec/fixtures.rb +0 -29
- data/spec/fixtures/modules/stdlib/spec/lib/puppet_spec/matchers.rb +0 -121
- data/spec/fixtures/modules/stdlib/spec/lib/puppet_spec/modules.rb +0 -27
- data/spec/fixtures/modules/stdlib/spec/lib/puppet_spec/pops.rb +0 -17
- data/spec/fixtures/modules/stdlib/spec/lib/puppet_spec/scope.rb +0 -15
- data/spec/fixtures/modules/stdlib/spec/lib/puppet_spec/settings.rb +0 -16
- data/spec/fixtures/modules/stdlib/spec/lib/puppet_spec/verbose.rb +0 -10
- data/spec/fixtures/modules/stdlib/spec/monkey_patches/alias_should_to_must.rb +0 -9
- data/spec/fixtures/modules/stdlib/spec/monkey_patches/publicize_methods.rb +0 -11
- data/spec/fixtures/modules/stdlib/spec/spec.opts +0 -6
- data/spec/fixtures/modules/stdlib/spec/spec_helper.rb +0 -34
- data/spec/fixtures/modules/stdlib/spec/spec_helper_acceptance.rb +0 -50
- data/spec/fixtures/modules/stdlib/spec/unit/facter/facter_dot_d_spec.rb +0 -32
- data/spec/fixtures/modules/stdlib/spec/unit/facter/pe_version_spec.rb +0 -76
- data/spec/fixtures/modules/stdlib/spec/unit/facter/root_home_spec.rb +0 -52
- data/spec/fixtures/modules/stdlib/spec/unit/facter/util/puppet_settings_spec.rb +0 -36
- data/spec/fixtures/modules/stdlib/spec/unit/puppet/functions/type_of_spec.rb +0 -33
- data/spec/fixtures/modules/stdlib/spec/unit/puppet/parser/functions/basename_spec.rb +0 -46
- data/spec/fixtures/modules/stdlib/spec/unit/puppet/parser/functions/bool2str_spec.rb +0 -46
- data/spec/fixtures/modules/stdlib/spec/unit/puppet/parser/functions/camelcase_spec.rb +0 -24
- data/spec/fixtures/modules/stdlib/spec/unit/puppet/provider/file_line/ruby_spec.rb +0 -277
- data/spec/fixtures/modules/stdlib/spec/unit/puppet/type/anchor_spec.rb +0 -11
- data/spec/fixtures/modules/stdlib/spec/unit/puppet/type/file_line_spec.rb +0 -70
- data/spec/fixtures/modules/stdlib/tests/file_line.pp +0 -9
- data/spec/fixtures/modules/stdlib/tests/has_interface_with.pp +0 -10
- data/spec/fixtures/modules/stdlib/tests/has_ip_address.pp +0 -3
- data/spec/fixtures/modules/stdlib/tests/has_ip_network.pp +0 -4
- data/spec/fixtures/modules/stdlib/tests/init.pp +0 -1
- data/spec/fixtures/modules/tomcat/.gitignore +0 -8
- data/spec/fixtures/modules/tomcat/.puppet-lint.rc +0 -8
- data/spec/fixtures/modules/tomcat/.travis.yml +0 -14
- data/spec/fixtures/modules/tomcat/CHANGELOG.md +0 -94
- data/spec/fixtures/modules/tomcat/CONTRIBUTING.md +0 -220
- data/spec/fixtures/modules/tomcat/LICENSE +0 -15
- data/spec/fixtures/modules/tomcat/README.markdown +0 -75
- data/spec/fixtures/modules/tomcat/README.md +0 -812
- data/spec/fixtures/modules/tomcat/Vagrantfile +0 -95
- data/spec/fixtures/modules/tomcat/checksums.json +0 -67
- data/spec/fixtures/modules/tomcat/examples/default_install_from_package.pp +0 -13
- data/spec/fixtures/modules/tomcat/examples/default_install_from_source.pp +0 -9
- data/spec/fixtures/modules/tomcat/examples/instance_with_context.pp +0 -20
- data/spec/fixtures/modules/tomcat/examples/instance_with_listener.pp +0 -18
- data/spec/fixtures/modules/tomcat/examples/instance_with_realm.pp +0 -20
- data/spec/fixtures/modules/tomcat/examples/instance_with_role_and_user.pp +0 -23
- data/spec/fixtures/modules/tomcat/examples/jsvc_install_from_source.pp +0 -37
- data/spec/fixtures/modules/tomcat/examples/multiple_instances.pp +0 -38
- data/spec/fixtures/modules/tomcat/files/.gitkeep +0 -0
- data/spec/fixtures/modules/tomcat/manifests/config/server.pp +0 -78
- data/spec/fixtures/modules/tomcat/manifests/config/server/connector.pp +0 -95
- data/spec/fixtures/modules/tomcat/manifests/config/server/context.pp +0 -102
- data/spec/fixtures/modules/tomcat/manifests/config/server/engine.pp +0 -109
- data/spec/fixtures/modules/tomcat/manifests/config/server/host.pp +0 -79
- data/spec/fixtures/modules/tomcat/manifests/config/server/listener.pp +0 -98
- data/spec/fixtures/modules/tomcat/manifests/config/server/realm.pp +0 -104
- data/spec/fixtures/modules/tomcat/manifests/config/server/service.pp +0 -54
- data/spec/fixtures/modules/tomcat/manifests/config/server/tomcat_users.pp +0 -97
- data/spec/fixtures/modules/tomcat/manifests/config/server/valve.pp +0 -77
- data/spec/fixtures/modules/tomcat/manifests/init.pp +0 -71
- data/spec/fixtures/modules/tomcat/manifests/instance.pp +0 -88
- data/spec/fixtures/modules/tomcat/manifests/instance/package.pp +0 -26
- data/spec/fixtures/modules/tomcat/manifests/instance/source.pp +0 -46
- data/spec/fixtures/modules/tomcat/manifests/params.pp +0 -13
- data/spec/fixtures/modules/tomcat/manifests/service.pp +0 -160
- data/spec/fixtures/modules/tomcat/manifests/setenv/entry.pp +0 -52
- data/spec/fixtures/modules/tomcat/manifests/war.pp +0 -80
- data/spec/fixtures/modules/tomcat/metadata.json +0 -74
- data/spec/fixtures/modules/tomcat/templates/.gitkeep +0 -0
- data/spec/fixtures/modules/tomcat/tests/.gitkeep +0 -0
- data/spec/fixtures/providers/bmc/ipmitool.rb +0 -188
- data/spec/fixtures/providers/bmcuser/ipmitool.rb +0 -140
- data/spec/fixtures/types/bmc.rb +0 -102
- data/spec/fixtures/types/bmcuser.rb +0 -46
- data/spec/fixtures/types/db_opatch.rb +0 -93
@@ -1,43 +0,0 @@
|
|
1
|
-
#! /usr/bin/env ruby -S rspec
|
2
|
-
require 'spec_helper'
|
3
|
-
|
4
|
-
describe "the type3x function" do
|
5
|
-
let(:scope) { PuppetlabsSpec::PuppetInternals.scope }
|
6
|
-
it "should exist" do
|
7
|
-
expect(Puppet::Parser::Functions.function("type3x")).to eq("function_type3x")
|
8
|
-
end
|
9
|
-
|
10
|
-
it "should raise a ParseError if there is less than 1 arguments" do
|
11
|
-
expect { scope.function_type3x([]) }.to( raise_error(Puppet::ParseError))
|
12
|
-
end
|
13
|
-
|
14
|
-
it "should return string when given a string" do
|
15
|
-
result = scope.function_type3x(["aaabbbbcccc"])
|
16
|
-
expect(result).to(eq('string'))
|
17
|
-
end
|
18
|
-
|
19
|
-
it "should return array when given an array" do
|
20
|
-
result = scope.function_type3x([["aaabbbbcccc","asdf"]])
|
21
|
-
expect(result).to(eq('array'))
|
22
|
-
end
|
23
|
-
|
24
|
-
it "should return hash when given a hash" do
|
25
|
-
result = scope.function_type3x([{"a"=>1,"b"=>2}])
|
26
|
-
expect(result).to(eq('hash'))
|
27
|
-
end
|
28
|
-
|
29
|
-
it "should return integer when given an integer" do
|
30
|
-
result = scope.function_type3x(["1"])
|
31
|
-
expect(result).to(eq('integer'))
|
32
|
-
end
|
33
|
-
|
34
|
-
it "should return float when given a float" do
|
35
|
-
result = scope.function_type3x(["1.34"])
|
36
|
-
expect(result).to(eq('float'))
|
37
|
-
end
|
38
|
-
|
39
|
-
it "should return boolean when given a boolean" do
|
40
|
-
result = scope.function_type3x([true])
|
41
|
-
expect(result).to(eq('boolean'))
|
42
|
-
end
|
43
|
-
end
|
@@ -1,44 +0,0 @@
|
|
1
|
-
#! /usr/bin/env ruby -S rspec
|
2
|
-
require 'spec_helper'
|
3
|
-
|
4
|
-
describe "the type function" do
|
5
|
-
let(:scope) { PuppetlabsSpec::PuppetInternals.scope }
|
6
|
-
it "should exist" do
|
7
|
-
expect(Puppet::Parser::Functions.function("type")).to eq("function_type")
|
8
|
-
end
|
9
|
-
|
10
|
-
it "should give a deprecation warning when called" do
|
11
|
-
scope.expects(:warning).with("type() DEPRECATED: This function will cease to function on Puppet 4; please use type3x() before upgrading to puppet 4 for backwards-compatibility, or migrate to the new parser's typing system.")
|
12
|
-
scope.function_type(["aoeu"])
|
13
|
-
end
|
14
|
-
|
15
|
-
it "should return string when given a string" do
|
16
|
-
result = scope.function_type(["aaabbbbcccc"])
|
17
|
-
expect(result).to(eq('string'))
|
18
|
-
end
|
19
|
-
|
20
|
-
it "should return array when given an array" do
|
21
|
-
result = scope.function_type([["aaabbbbcccc","asdf"]])
|
22
|
-
expect(result).to(eq('array'))
|
23
|
-
end
|
24
|
-
|
25
|
-
it "should return hash when given a hash" do
|
26
|
-
result = scope.function_type([{"a"=>1,"b"=>2}])
|
27
|
-
expect(result).to(eq('hash'))
|
28
|
-
end
|
29
|
-
|
30
|
-
it "should return integer when given an integer" do
|
31
|
-
result = scope.function_type(["1"])
|
32
|
-
expect(result).to(eq('integer'))
|
33
|
-
end
|
34
|
-
|
35
|
-
it "should return float when given a float" do
|
36
|
-
result = scope.function_type(["1.34"])
|
37
|
-
expect(result).to(eq('float'))
|
38
|
-
end
|
39
|
-
|
40
|
-
it "should return boolean when given a boolean" do
|
41
|
-
result = scope.function_type([true])
|
42
|
-
expect(result).to(eq('boolean'))
|
43
|
-
end
|
44
|
-
end
|
@@ -1,19 +0,0 @@
|
|
1
|
-
#! /usr/bin/env ruby -S rspec
|
2
|
-
require 'spec_helper'
|
3
|
-
|
4
|
-
describe "the union function" do
|
5
|
-
let(:scope) { PuppetlabsSpec::PuppetInternals.scope }
|
6
|
-
|
7
|
-
it "should exist" do
|
8
|
-
expect(Puppet::Parser::Functions.function("union")).to eq("function_union")
|
9
|
-
end
|
10
|
-
|
11
|
-
it "should raise a ParseError if there are fewer than 2 arguments" do
|
12
|
-
expect { scope.function_union([]) }.to( raise_error(Puppet::ParseError) )
|
13
|
-
end
|
14
|
-
|
15
|
-
it "should join two arrays together" do
|
16
|
-
result = scope.function_union([["a","b","c"],["b","c","d"]])
|
17
|
-
expect(result).to(eq(["a","b","c","d"]))
|
18
|
-
end
|
19
|
-
end
|
@@ -1,33 +0,0 @@
|
|
1
|
-
#! /usr/bin/env ruby -S rspec
|
2
|
-
require 'spec_helper'
|
3
|
-
|
4
|
-
describe "the unique function" do
|
5
|
-
let(:scope) { PuppetlabsSpec::PuppetInternals.scope }
|
6
|
-
|
7
|
-
it "should exist" do
|
8
|
-
expect(Puppet::Parser::Functions.function("unique")).to eq("function_unique")
|
9
|
-
end
|
10
|
-
|
11
|
-
it "should raise a ParseError if there is less than 1 arguments" do
|
12
|
-
expect { scope.function_unique([]) }.to( raise_error(Puppet::ParseError))
|
13
|
-
end
|
14
|
-
|
15
|
-
it "should remove duplicate elements in a string" do
|
16
|
-
result = scope.function_unique(["aabbc"])
|
17
|
-
expect(result).to(eq('abc'))
|
18
|
-
end
|
19
|
-
|
20
|
-
it "should remove duplicate elements in an array" do
|
21
|
-
result = scope.function_unique([["a","a","b","b","c"]])
|
22
|
-
expect(result).to(eq(['a','b','c']))
|
23
|
-
end
|
24
|
-
|
25
|
-
it "should accept objects which extend String" do
|
26
|
-
class AlsoString < String
|
27
|
-
end
|
28
|
-
|
29
|
-
value = AlsoString.new('aabbc')
|
30
|
-
result = scope.function_unique([value])
|
31
|
-
result.should(eq('abc'))
|
32
|
-
end
|
33
|
-
end
|
@@ -1,58 +0,0 @@
|
|
1
|
-
#! /usr/bin/env ruby -S rspec
|
2
|
-
require 'spec_helper'
|
3
|
-
|
4
|
-
describe "the upcase function" do
|
5
|
-
let(:scope) { PuppetlabsSpec::PuppetInternals.scope }
|
6
|
-
|
7
|
-
it "should exist" do
|
8
|
-
expect(Puppet::Parser::Functions.function("upcase")).to eq("function_upcase")
|
9
|
-
end
|
10
|
-
|
11
|
-
it "should raise a ParseError if there is less than 1 arguments" do
|
12
|
-
expect { scope.function_upcase([]) }.to(raise_error(Puppet::ParseError))
|
13
|
-
end
|
14
|
-
|
15
|
-
it "should upcase a string" do
|
16
|
-
result = scope.function_upcase(["abc"])
|
17
|
-
expect(result).to(eq('ABC'))
|
18
|
-
end
|
19
|
-
|
20
|
-
it "should do nothing if a string is already upcase" do
|
21
|
-
result = scope.function_upcase(["ABC"])
|
22
|
-
expect(result).to(eq('ABC'))
|
23
|
-
end
|
24
|
-
|
25
|
-
it "should accept objects which extend String" do
|
26
|
-
class AlsoString < String
|
27
|
-
end
|
28
|
-
|
29
|
-
value = AlsoString.new('abc')
|
30
|
-
result = scope.function_upcase([value])
|
31
|
-
result.should(eq('ABC'))
|
32
|
-
end
|
33
|
-
|
34
|
-
it 'should accept hashes and return uppercase' do
|
35
|
-
expect(
|
36
|
-
scope.function_upcase([{'test' => %w(this that and other thing)}])
|
37
|
-
).to eq({'TEST' => %w(THIS THAT AND OTHER THING)})
|
38
|
-
end
|
39
|
-
|
40
|
-
if :test.respond_to?(:upcase)
|
41
|
-
it 'should accept hashes of symbols' do
|
42
|
-
expect(
|
43
|
-
scope.function_upcase([{:test => [:this, :that, :other]}])
|
44
|
-
).to eq({:TEST => [:THIS, :THAT, :OTHER]})
|
45
|
-
end
|
46
|
-
it 'should return upcase symbol' do
|
47
|
-
expect(
|
48
|
-
scope.function_upcase([:test])
|
49
|
-
).to eq(:TEST)
|
50
|
-
end
|
51
|
-
it 'should return mixed objects in upcease' do
|
52
|
-
expect(
|
53
|
-
scope.function_upcase([[:test, 'woot']])
|
54
|
-
).to eq([:TEST, 'WOOT'])
|
55
|
-
|
56
|
-
end
|
57
|
-
end
|
58
|
-
end
|
@@ -1,40 +0,0 @@
|
|
1
|
-
#! /usr/bin/env ruby -S rspec
|
2
|
-
require 'spec_helper'
|
3
|
-
|
4
|
-
describe "the uriescape function" do
|
5
|
-
let(:scope) { PuppetlabsSpec::PuppetInternals.scope }
|
6
|
-
|
7
|
-
it "should exist" do
|
8
|
-
expect(Puppet::Parser::Functions.function("uriescape")).to eq("function_uriescape")
|
9
|
-
end
|
10
|
-
|
11
|
-
it "should raise a ParseError if there is less than 1 arguments" do
|
12
|
-
expect { scope.function_uriescape([]) }.to( raise_error(Puppet::ParseError))
|
13
|
-
end
|
14
|
-
|
15
|
-
it "should uriescape a string" do
|
16
|
-
result = scope.function_uriescape([":/?#[]@!$&'()*+,;= \"{}"])
|
17
|
-
expect(result).to(eq(':/?%23[]@!$&\'()*+,;=%20%22%7B%7D'))
|
18
|
-
end
|
19
|
-
|
20
|
-
it "should uriescape an array of strings, while not touching up nonstrings" do
|
21
|
-
teststring = ":/?#[]@!$&'()*+,;= \"{}"
|
22
|
-
expectstring = ':/?%23[]@!$&\'()*+,;=%20%22%7B%7D'
|
23
|
-
result = scope.function_uriescape([[teststring, teststring, 1]])
|
24
|
-
expect(result).to(eq([expectstring, expectstring, 1]))
|
25
|
-
end
|
26
|
-
|
27
|
-
it "should do nothing if a string is already safe" do
|
28
|
-
result = scope.function_uriescape(["ABCdef"])
|
29
|
-
expect(result).to(eq('ABCdef'))
|
30
|
-
end
|
31
|
-
|
32
|
-
it "should accept objects which extend String" do
|
33
|
-
class AlsoString < String
|
34
|
-
end
|
35
|
-
|
36
|
-
value = AlsoString.new('abc')
|
37
|
-
result = scope.function_uriescape([value])
|
38
|
-
result.should(eq('abc'))
|
39
|
-
end
|
40
|
-
end
|
@@ -1,104 +0,0 @@
|
|
1
|
-
#! /usr/bin/env ruby -S rspec
|
2
|
-
require 'spec_helper'
|
3
|
-
|
4
|
-
describe Puppet::Parser::Functions.function(:validate_absolute_path) do
|
5
|
-
let(:scope) { PuppetlabsSpec::PuppetInternals.scope }
|
6
|
-
|
7
|
-
# The subject of these examples is the method itself.
|
8
|
-
subject do
|
9
|
-
# This makes sure the function is loaded within each test
|
10
|
-
function_name = Puppet::Parser::Functions.function(:validate_absolute_path)
|
11
|
-
scope.method(function_name)
|
12
|
-
end
|
13
|
-
|
14
|
-
describe "Valid Paths" do
|
15
|
-
def self.valid_paths
|
16
|
-
%w{
|
17
|
-
C:/
|
18
|
-
C:\\
|
19
|
-
C:\\WINDOWS\\System32
|
20
|
-
C:/windows/system32
|
21
|
-
X:/foo/bar
|
22
|
-
X:\\foo\\bar
|
23
|
-
/var/tmp
|
24
|
-
/var/lib/puppet
|
25
|
-
/var/opt/../lib/puppet
|
26
|
-
}
|
27
|
-
end
|
28
|
-
|
29
|
-
context "Without Puppet::Util.absolute_path? (e.g. Puppet <= 2.6)" do
|
30
|
-
before :each do
|
31
|
-
# The intent here is to mock Puppet to behave like Puppet 2.6 does.
|
32
|
-
# Puppet 2.6 does not have the absolute_path? method. This is only a
|
33
|
-
# convenience test, stdlib should be run with the Puppet 2.6.x in the
|
34
|
-
# $LOAD_PATH in addition to 2.7.x and master.
|
35
|
-
Puppet::Util.expects(:respond_to?).with(:absolute_path?).returns(false)
|
36
|
-
end
|
37
|
-
valid_paths.each do |path|
|
38
|
-
it "validate_absolute_path(#{path.inspect}) should not fail" do
|
39
|
-
expect { subject.call [path] }.not_to raise_error
|
40
|
-
end
|
41
|
-
end
|
42
|
-
valid_paths do
|
43
|
-
it "validate_absolute_path(#{valid_paths.inspect}) should not fail" do
|
44
|
-
expect { subject.call [valid_paths] }.not_to raise_error
|
45
|
-
end
|
46
|
-
end
|
47
|
-
end
|
48
|
-
|
49
|
-
context "Puppet without mocking" do
|
50
|
-
valid_paths.each do |path|
|
51
|
-
it "validate_absolute_path(#{path.inspect}) should not fail" do
|
52
|
-
expect { subject.call [path] }.not_to raise_error
|
53
|
-
end
|
54
|
-
end
|
55
|
-
valid_paths do
|
56
|
-
it "validate_absolute_path(#{valid_paths.inspect}) should not fail" do
|
57
|
-
expect { subject.call [valid_paths] }.not_to raise_error
|
58
|
-
end
|
59
|
-
end
|
60
|
-
end
|
61
|
-
end
|
62
|
-
|
63
|
-
describe 'Invalid paths' do
|
64
|
-
context 'Garbage inputs' do
|
65
|
-
[
|
66
|
-
nil,
|
67
|
-
[ nil ],
|
68
|
-
[ nil, nil ],
|
69
|
-
{ 'foo' => 'bar' },
|
70
|
-
{ },
|
71
|
-
'',
|
72
|
-
].each do |path|
|
73
|
-
it "validate_absolute_path(#{path.inspect}) should fail" do
|
74
|
-
expect { subject.call [path] }.to raise_error Puppet::ParseError
|
75
|
-
end
|
76
|
-
end
|
77
|
-
end
|
78
|
-
|
79
|
-
context 'Relative paths' do
|
80
|
-
def self.rel_paths
|
81
|
-
%w{
|
82
|
-
relative1
|
83
|
-
.
|
84
|
-
..
|
85
|
-
./foo
|
86
|
-
../foo
|
87
|
-
etc/puppetlabs/puppet
|
88
|
-
opt/puppet/bin
|
89
|
-
}
|
90
|
-
end
|
91
|
-
rel_paths.each do |path|
|
92
|
-
it "validate_absolute_path(#{path.inspect}) should fail" do
|
93
|
-
expect { subject.call [path] }.to raise_error Puppet::ParseError
|
94
|
-
end
|
95
|
-
end
|
96
|
-
rel_paths do
|
97
|
-
it "validate_absolute_path(#{rel_paths.inspect}) should fail" do
|
98
|
-
expect { subject.call [rel_paths] }.to raise_error Puppet::ParseError
|
99
|
-
end
|
100
|
-
end
|
101
|
-
end
|
102
|
-
end
|
103
|
-
end
|
104
|
-
|
@@ -1,38 +0,0 @@
|
|
1
|
-
#! /usr/bin/env ruby -S rspec
|
2
|
-
|
3
|
-
require 'spec_helper'
|
4
|
-
|
5
|
-
describe Puppet::Parser::Functions.function(:validate_array) do
|
6
|
-
let(:scope) { PuppetlabsSpec::PuppetInternals.scope }
|
7
|
-
describe 'when calling validate_array from puppet' do
|
8
|
-
|
9
|
-
%w{ true false }.each do |the_string|
|
10
|
-
it "should not compile when #{the_string} is a string" do
|
11
|
-
Puppet[:code] = "validate_array('#{the_string}')"
|
12
|
-
expect { scope.compiler.compile }.to raise_error(Puppet::ParseError, /is not an Array/)
|
13
|
-
end
|
14
|
-
|
15
|
-
it "should not compile when #{the_string} is a bare word" do
|
16
|
-
Puppet[:code] = "validate_array(#{the_string})"
|
17
|
-
expect { scope.compiler.compile }.to raise_error(Puppet::ParseError, /is not an Array/)
|
18
|
-
end
|
19
|
-
end
|
20
|
-
|
21
|
-
it "should compile when multiple array arguments are passed" do
|
22
|
-
Puppet[:code] = <<-'ENDofPUPPETcode'
|
23
|
-
$foo = [ ]
|
24
|
-
$bar = [ 'one', 'two' ]
|
25
|
-
validate_array($foo, $bar)
|
26
|
-
ENDofPUPPETcode
|
27
|
-
scope.compiler.compile
|
28
|
-
end
|
29
|
-
|
30
|
-
it "should not compile when an undef variable is passed" do
|
31
|
-
Puppet[:code] = <<-'ENDofPUPPETcode'
|
32
|
-
$foo = undef
|
33
|
-
validate_array($foo)
|
34
|
-
ENDofPUPPETcode
|
35
|
-
expect { scope.compiler.compile }.to raise_error(Puppet::ParseError, /is not an Array/)
|
36
|
-
end
|
37
|
-
end
|
38
|
-
end
|
@@ -1,103 +0,0 @@
|
|
1
|
-
#! /usr/bin/env ruby -S rspec
|
2
|
-
require 'spec_helper'
|
3
|
-
|
4
|
-
describe Puppet::Parser::Functions.function(:validate_augeas), :if => Puppet.features.augeas? do
|
5
|
-
let(:scope) { PuppetlabsSpec::PuppetInternals.scope }
|
6
|
-
|
7
|
-
# The subject of these examplres is the method itself.
|
8
|
-
subject do
|
9
|
-
# This makes sure the function is loaded within each test
|
10
|
-
function_name = Puppet::Parser::Functions.function(:validate_augeas)
|
11
|
-
scope.method(function_name)
|
12
|
-
end
|
13
|
-
|
14
|
-
context 'Using Puppet::Parser::Scope.new' do
|
15
|
-
|
16
|
-
describe 'Garbage inputs' do
|
17
|
-
inputs = [
|
18
|
-
[ nil ],
|
19
|
-
[ [ nil ] ],
|
20
|
-
[ { 'foo' => 'bar' } ],
|
21
|
-
[ { } ],
|
22
|
-
[ '' ],
|
23
|
-
[ "one", "one", "MSG to User", "4th arg" ],
|
24
|
-
]
|
25
|
-
|
26
|
-
inputs.each do |input|
|
27
|
-
it "validate_augeas(#{input.inspect}) should fail" do
|
28
|
-
expect { subject.call [input] }.to raise_error Puppet::ParseError
|
29
|
-
end
|
30
|
-
end
|
31
|
-
end
|
32
|
-
|
33
|
-
describe 'Valid inputs' do
|
34
|
-
inputs = [
|
35
|
-
[ "root:x:0:0:root:/root:/bin/bash\n", 'Passwd.lns' ],
|
36
|
-
[ "proc /proc proc nodev,noexec,nosuid 0 0\n", 'Fstab.lns'],
|
37
|
-
]
|
38
|
-
|
39
|
-
inputs.each do |input|
|
40
|
-
it "validate_augeas(#{input.inspect}) should not fail" do
|
41
|
-
expect { subject.call input }.not_to raise_error
|
42
|
-
end
|
43
|
-
end
|
44
|
-
end
|
45
|
-
|
46
|
-
describe "Valid inputs which should raise an exception without a message" do
|
47
|
-
# The intent here is to make sure valid inputs raise exceptions when they
|
48
|
-
# don't specify an error message to display. This is the behvior in
|
49
|
-
# 2.2.x and prior.
|
50
|
-
inputs = [
|
51
|
-
[ "root:x:0:0:root\n", 'Passwd.lns' ],
|
52
|
-
[ "127.0.1.1\n", 'Hosts.lns' ],
|
53
|
-
]
|
54
|
-
|
55
|
-
inputs.each do |input|
|
56
|
-
it "validate_augeas(#{input.inspect}) should fail" do
|
57
|
-
expect { subject.call input }.to raise_error /validate_augeas.*?matched less than it should/
|
58
|
-
end
|
59
|
-
end
|
60
|
-
end
|
61
|
-
|
62
|
-
describe "Nicer Error Messages" do
|
63
|
-
# The intent here is to make sure the function returns the 4th argument
|
64
|
-
# in the exception thrown
|
65
|
-
inputs = [
|
66
|
-
[ "root:x:0:0:root\n", 'Passwd.lns', [], 'Failed to validate passwd content' ],
|
67
|
-
[ "127.0.1.1\n", 'Hosts.lns', [], 'Wrong hosts content' ],
|
68
|
-
]
|
69
|
-
|
70
|
-
inputs.each do |input|
|
71
|
-
it "validate_augeas(#{input.inspect}) should fail" do
|
72
|
-
expect { subject.call input }.to raise_error /#{input[3]}/
|
73
|
-
end
|
74
|
-
end
|
75
|
-
end
|
76
|
-
|
77
|
-
describe "Passing simple unit tests" do
|
78
|
-
inputs = [
|
79
|
-
[ "root:x:0:0:root:/root:/bin/bash\n", 'Passwd.lns', ['$file/foobar']],
|
80
|
-
[ "root:x:0:0:root:/root:/bin/bash\n", 'Passwd.lns', ['$file/root/shell[.="/bin/sh"]', 'foobar']],
|
81
|
-
]
|
82
|
-
|
83
|
-
inputs.each do |input|
|
84
|
-
it "validate_augeas(#{input.inspect}) should fail" do
|
85
|
-
expect { subject.call input }.not_to raise_error
|
86
|
-
end
|
87
|
-
end
|
88
|
-
end
|
89
|
-
|
90
|
-
describe "Failing simple unit tests" do
|
91
|
-
inputs = [
|
92
|
-
[ "foobar:x:0:0:root:/root:/bin/bash\n", 'Passwd.lns', ['$file/foobar']],
|
93
|
-
[ "root:x:0:0:root:/root:/bin/sh\n", 'Passwd.lns', ['$file/root/shell[.="/bin/sh"]', 'foobar']],
|
94
|
-
]
|
95
|
-
|
96
|
-
inputs.each do |input|
|
97
|
-
it "validate_augeas(#{input.inspect}) should fail" do
|
98
|
-
expect { subject.call input }.to raise_error /testing path/
|
99
|
-
end
|
100
|
-
end
|
101
|
-
end
|
102
|
-
end
|
103
|
-
end
|