puppet-retrospec 0.12.1 → 0.12.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (563) hide show
  1. checksums.yaml +4 -4
  2. data/.gitlab-ci.yml +35 -0
  3. data/.rspec +1 -0
  4. data/CHANGELOG.md +11 -7
  5. data/Gemfile +13 -5
  6. data/Gemfile.lock +1 -0
  7. data/README.md +1 -1
  8. data/Rakefile +4 -2
  9. data/VERSION +1 -1
  10. data/lib/retrospec/plugins/v1/plugin/generators/fact_generator.rb +1 -1
  11. data/lib/retrospec/plugins/v1/plugin/generators/function_generator.rb +3 -3
  12. data/lib/retrospec/plugins/v1/plugin/generators/provider_generator.rb +3 -1
  13. data/lib/retrospec/plugins/v1/plugin/generators/schema_generator.rb +7 -7
  14. data/lib/retrospec/plugins/v1/plugin/puppet.rb +4 -1
  15. data/lib/retrospec/plugins/v1/plugin/version.rb +1 -1
  16. data/puppet-retrospec.gemspec +10 -561
  17. data/spec/spec_helper.rb +18 -6
  18. data/spec/unit/generators/fact_generater_spec.rb +5 -1
  19. data/spec/unit/generators/function_generator_spec.rb +4 -0
  20. data/spec/unit/generators/parsers/fact_spec.rb +2 -2
  21. data/spec/unit/generators/provider_generator_spec.rb +4 -0
  22. data/spec/unit/generators/type_generator_spec.rb +6 -1
  23. data/spec/unit/module_spec.rb +1 -1
  24. data/spec/unit/puppet-retrospec_spec.rb +31 -28
  25. data/spec/unit/resource_spec.rb +1 -1
  26. metadata +27 -633
  27. data/.travis.yml +0 -29
  28. data/spec/fixtures/facts/datacenter_facts.rb +0 -15
  29. data/spec/fixtures/facts/facts_with_methods.rb +0 -19
  30. data/spec/fixtures/facts/node_role.rb +0 -8
  31. data/spec/fixtures/facts/oracle_controls.rb +0 -38
  32. data/spec/fixtures/fixture_modules/one_resource_module/manifests/another_resource.pp +0 -29
  33. data/spec/fixtures/fixture_modules/one_resource_module/manifests/inherits_params.pp +0 -8
  34. data/spec/fixtures/fixture_modules/one_resource_module/manifests/one_resource_class.pp +0 -6
  35. data/spec/fixtures/fixture_modules/one_resource_module/manifests/params.pp +0 -19
  36. data/spec/fixtures/fixture_modules/required_parameters/manifests/init.pp +0 -8
  37. data/spec/fixtures/fixture_modules/sample_module/lib/facter/fix_installed.rb +0 -11
  38. data/spec/fixtures/fixture_modules/sample_module/lib/puppet/functions/awesome_parser.rb +0 -13
  39. data/spec/fixtures/fixture_modules/sample_module/lib/puppet/functions/reduce.rb +0 -31
  40. data/spec/fixtures/fixture_modules/sample_module/lib/puppet/parser/functions/bad_sha1.rb +0 -6
  41. data/spec/fixtures/fixture_modules/sample_module/lib/puppet/parser/functions/defined.rb +0 -94
  42. data/spec/fixtures/fixture_modules/sample_module/lib/puppet/parser/functions/sha1.rb +0 -6
  43. data/spec/fixtures/fixture_modules/sample_module/spec/unit/facter/fix_installed_spec.rb +0 -21
  44. data/spec/fixtures/fixture_modules/zero_resource_module/manifests/empty_class.pp +0 -3
  45. data/spec/fixtures/fixture_modules/zero_resource_module/manifests/not_a_resource_defination.pp +0 -1
  46. data/spec/fixtures/fixture_modules/zero_resource_module/metadata.json +0 -13
  47. data/spec/fixtures/manifests/includes-class.pp +0 -26
  48. data/spec/fixtures/manifests/includes-defines.pp +0 -26
  49. data/spec/fixtures/modules/concat/CHANGELOG.md +0 -257
  50. data/spec/fixtures/modules/concat/CONTRIBUTING.md +0 -220
  51. data/spec/fixtures/modules/concat/Gemfile +0 -50
  52. data/spec/fixtures/modules/concat/LICENSE +0 -14
  53. data/spec/fixtures/modules/concat/README.md +0 -283
  54. data/spec/fixtures/modules/concat/Rakefile +0 -10
  55. data/spec/fixtures/modules/concat/checksums.json +0 -54
  56. data/spec/fixtures/modules/concat/files/concatfragments.rb +0 -153
  57. data/spec/fixtures/modules/concat/lib/facter/concat_basedir.rb +0 -11
  58. data/spec/fixtures/modules/concat/lib/puppet/parser/functions/concat_getparam.rb +0 -35
  59. data/spec/fixtures/modules/concat/lib/puppet/parser/functions/concat_is_bool.rb +0 -22
  60. data/spec/fixtures/modules/concat/manifests/fragment.pp +0 -133
  61. data/spec/fixtures/modules/concat/manifests/init.pp +0 -268
  62. data/spec/fixtures/modules/concat/manifests/setup.pp +0 -64
  63. data/spec/fixtures/modules/concat/metadata.json +0 -110
  64. data/spec/fixtures/modules/concat/spec/acceptance/backup_spec.rb +0 -115
  65. data/spec/fixtures/modules/concat/spec/acceptance/concat_spec.rb +0 -217
  66. data/spec/fixtures/modules/concat/spec/acceptance/deprecation_warnings_spec.rb +0 -238
  67. data/spec/fixtures/modules/concat/spec/acceptance/empty_spec.rb +0 -23
  68. data/spec/fixtures/modules/concat/spec/acceptance/fragment_source_spec.rb +0 -157
  69. data/spec/fixtures/modules/concat/spec/acceptance/fragments_are_always_replaced_spec.rb +0 -139
  70. data/spec/fixtures/modules/concat/spec/acceptance/newline_spec.rb +0 -67
  71. data/spec/fixtures/modules/concat/spec/acceptance/nodesets/aix-71-vcloud.yml +0 -19
  72. data/spec/fixtures/modules/concat/spec/acceptance/nodesets/centos-59-x64.yml +0 -10
  73. data/spec/fixtures/modules/concat/spec/acceptance/nodesets/centos-64-x64-pe.yml +0 -12
  74. data/spec/fixtures/modules/concat/spec/acceptance/nodesets/centos-64-x64.yml +0 -10
  75. data/spec/fixtures/modules/concat/spec/acceptance/nodesets/centos-65-x64.yml +0 -10
  76. data/spec/fixtures/modules/concat/spec/acceptance/nodesets/debian-607-x64.yml +0 -10
  77. data/spec/fixtures/modules/concat/spec/acceptance/nodesets/debian-70rc1-x64.yml +0 -10
  78. data/spec/fixtures/modules/concat/spec/acceptance/nodesets/debian-73-x64.yml +0 -11
  79. data/spec/fixtures/modules/concat/spec/acceptance/nodesets/default.yml +0 -10
  80. data/spec/fixtures/modules/concat/spec/acceptance/nodesets/fedora-18-x64.yml +0 -10
  81. data/spec/fixtures/modules/concat/spec/acceptance/nodesets/sles-11-x64.yml +0 -10
  82. data/spec/fixtures/modules/concat/spec/acceptance/nodesets/sles-11sp1-x64.yml +0 -10
  83. data/spec/fixtures/modules/concat/spec/acceptance/nodesets/ubuntu-server-10044-x64.yml +0 -10
  84. data/spec/fixtures/modules/concat/spec/acceptance/nodesets/ubuntu-server-12042-x64.yml +0 -10
  85. data/spec/fixtures/modules/concat/spec/acceptance/nodesets/ubuntu-server-1404-x64.yml +0 -11
  86. data/spec/fixtures/modules/concat/spec/acceptance/order_spec.rb +0 -123
  87. data/spec/fixtures/modules/concat/spec/acceptance/quoted_paths_spec.rb +0 -42
  88. data/spec/fixtures/modules/concat/spec/acceptance/replace_spec.rb +0 -262
  89. data/spec/fixtures/modules/concat/spec/acceptance/specinfra_stubs.rb +0 -19
  90. data/spec/fixtures/modules/concat/spec/acceptance/symbolic_name_spec.rb +0 -35
  91. data/spec/fixtures/modules/concat/spec/acceptance/validation_spec.rb +0 -35
  92. data/spec/fixtures/modules/concat/spec/acceptance/warn_spec.rb +0 -104
  93. data/spec/fixtures/modules/concat/spec/spec.opts +0 -6
  94. data/spec/fixtures/modules/concat/spec/spec_helper.rb +0 -1
  95. data/spec/fixtures/modules/concat/spec/spec_helper_acceptance.rb +0 -61
  96. data/spec/fixtures/modules/concat/spec/unit/classes/concat_setup_spec.rb +0 -98
  97. data/spec/fixtures/modules/concat/spec/unit/defines/concat_fragment_spec.rb +0 -330
  98. data/spec/fixtures/modules/concat/spec/unit/defines/concat_spec.rb +0 -415
  99. data/spec/fixtures/modules/concat/spec/unit/facts/concat_basedir_spec.rb +0 -18
  100. data/spec/fixtures/modules/concat/tests/fragment.pp +0 -19
  101. data/spec/fixtures/modules/concat/tests/init.pp +0 -7
  102. data/spec/fixtures/modules/staging/Gemfile +0 -7
  103. data/spec/fixtures/modules/staging/LICENSE +0 -11
  104. data/spec/fixtures/modules/staging/README.md +0 -70
  105. data/spec/fixtures/modules/staging/Rakefile +0 -1
  106. data/spec/fixtures/modules/staging/Vagrantfile +0 -29
  107. data/spec/fixtures/modules/staging/checksums.json +0 -37
  108. data/spec/fixtures/modules/staging/docs/deploy.html +0 -113
  109. data/spec/fixtures/modules/staging/docs/extract.html +0 -176
  110. data/spec/fixtures/modules/staging/docs/file.html +0 -178
  111. data/spec/fixtures/modules/staging/docs/init.html +0 -87
  112. data/spec/fixtures/modules/staging/files/sample +0 -1
  113. data/spec/fixtures/modules/staging/files/sample.tar.bz2 +0 -0
  114. data/spec/fixtures/modules/staging/files/sample.tar.gz +0 -0
  115. data/spec/fixtures/modules/staging/lib/facter/staging_http_get.rb +0 -29
  116. data/spec/fixtures/modules/staging/lib/facter/staging_windir.rb +0 -11
  117. data/spec/fixtures/modules/staging/lib/puppet/parser/functions/scope_defaults.rb +0 -17
  118. data/spec/fixtures/modules/staging/lib/puppet/parser/functions/staging_parse.rb +0 -36
  119. data/spec/fixtures/modules/staging/manifests/.init.pp.swp +0 -0
  120. data/spec/fixtures/modules/staging/manifests/deploy.pp +0 -42
  121. data/spec/fixtures/modules/staging/manifests/extract.pp +0 -109
  122. data/spec/fixtures/modules/staging/manifests/file.pp +0 -125
  123. data/spec/fixtures/modules/staging/manifests/init.pp +0 -31
  124. data/spec/fixtures/modules/staging/manifests/params.pp +0 -33
  125. data/spec/fixtures/modules/staging/metadata.json +0 -106
  126. data/spec/fixtures/modules/staging/spec/defines/staging_deploy_spec.rb +0 -27
  127. data/spec/fixtures/modules/staging/spec/defines/staging_extract_spec.rb +0 -104
  128. data/spec/fixtures/modules/staging/spec/defines/staging_file_spec.rb +0 -163
  129. data/spec/fixtures/modules/staging/spec/fixtures/hiera.yaml +0 -7
  130. data/spec/fixtures/modules/staging/spec/spec_helper.rb +0 -29
  131. data/spec/fixtures/modules/staging/spec/unit/puppet/parser/functions/scope_defaults_spec.rb +0 -45
  132. data/spec/fixtures/modules/staging/spec/unit/puppet/parser/functions/staging_parse_spec.rb +0 -51
  133. data/spec/fixtures/modules/staging/tests/deploy.pp +0 -4
  134. data/spec/fixtures/modules/staging/tests/extract.pp +0 -25
  135. data/spec/fixtures/modules/staging/tests/file.pp +0 -17
  136. data/spec/fixtures/modules/staging/tests/init.pp +0 -1
  137. data/spec/fixtures/modules/staging/tests/scope_defaults.pp +0 -7
  138. data/spec/fixtures/modules/staging/tests/staging_parse.pp +0 -12
  139. data/spec/fixtures/modules/stdlib/CHANGELOG.md +0 -515
  140. data/spec/fixtures/modules/stdlib/CONTRIBUTING.md +0 -220
  141. data/spec/fixtures/modules/stdlib/Gemfile +0 -51
  142. data/spec/fixtures/modules/stdlib/LICENSE +0 -19
  143. data/spec/fixtures/modules/stdlib/README.markdown +0 -1042
  144. data/spec/fixtures/modules/stdlib/README_DEVELOPER.markdown +0 -35
  145. data/spec/fixtures/modules/stdlib/README_SPECS.markdown +0 -7
  146. data/spec/fixtures/modules/stdlib/RELEASE_PROCESS.markdown +0 -24
  147. data/spec/fixtures/modules/stdlib/Rakefile +0 -18
  148. data/spec/fixtures/modules/stdlib/checksums.json +0 -381
  149. data/spec/fixtures/modules/stdlib/lib/facter/facter_dot_d.rb +0 -202
  150. data/spec/fixtures/modules/stdlib/lib/facter/pe_version.rb +0 -53
  151. data/spec/fixtures/modules/stdlib/lib/facter/puppet_vardir.rb +0 -26
  152. data/spec/fixtures/modules/stdlib/lib/facter/root_home.rb +0 -32
  153. data/spec/fixtures/modules/stdlib/lib/facter/util/puppet_settings.rb +0 -21
  154. data/spec/fixtures/modules/stdlib/lib/puppet/functions/type_of.rb +0 -17
  155. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/abs.rb +0 -36
  156. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/any2array.rb +0 -33
  157. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/assert_private.rb +0 -29
  158. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/base64.rb +0 -37
  159. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/basename.rb +0 -34
  160. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/bool2num.rb +0 -26
  161. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/bool2str.rb +0 -27
  162. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/camelcase.rb +0 -33
  163. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/capitalize.rb +0 -33
  164. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/ceiling.rb +0 -25
  165. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/chomp.rb +0 -34
  166. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/chop.rb +0 -36
  167. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/concat.rb +0 -41
  168. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/count.rb +0 -22
  169. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/deep_merge.rb +0 -44
  170. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/defined_with_params.rb +0 -35
  171. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/delete.rb +0 -49
  172. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/delete_at.rb +0 -49
  173. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/delete_undef_values.rb +0 -34
  174. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/delete_values.rb +0 -26
  175. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/difference.rb +0 -36
  176. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/dirname.rb +0 -21
  177. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/downcase.rb +0 -32
  178. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/empty.rb +0 -27
  179. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/ensure_packages.rb +0 -35
  180. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/ensure_resource.rb +0 -46
  181. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/flatten.rb +0 -33
  182. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/floor.rb +0 -25
  183. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/fqdn_rand_string.rb +0 -34
  184. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/fqdn_rotate.rb +0 -57
  185. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/get_module_path.rb +0 -17
  186. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/getparam.rb +0 -35
  187. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/getvar.rb +0 -29
  188. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/grep.rb +0 -33
  189. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/has_interface_with.rb +0 -68
  190. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/has_ip_address.rb +0 -25
  191. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/has_ip_network.rb +0 -25
  192. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/has_key.rb +0 -28
  193. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/hash.rb +0 -41
  194. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/intersection.rb +0 -34
  195. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/is_array.rb +0 -22
  196. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/is_bool.rb +0 -22
  197. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/is_domain_name.rb +0 -54
  198. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/is_float.rb +0 -30
  199. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/is_function_available.rb +0 -26
  200. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/is_hash.rb +0 -22
  201. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/is_integer.rb +0 -45
  202. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/is_ip_address.rb +0 -32
  203. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/is_mac_address.rb +0 -27
  204. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/is_numeric.rb +0 -75
  205. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/is_string.rb +0 -26
  206. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/join.rb +0 -41
  207. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/join_keys_to_values.rb +0 -47
  208. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/keys.rb +0 -26
  209. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/loadyaml.rb +0 -20
  210. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/lstrip.rb +0 -32
  211. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/max.rb +0 -21
  212. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/member.rb +0 -62
  213. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/merge.rb +0 -34
  214. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/min.rb +0 -21
  215. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/num2bool.rb +0 -43
  216. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/parsejson.rb +0 -24
  217. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/parseyaml.rb +0 -24
  218. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/pick.rb +0 -29
  219. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/pick_default.rb +0 -35
  220. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/prefix.rb +0 -52
  221. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/private.rb +0 -17
  222. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/pw_hash.rb +0 -56
  223. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/range.rb +0 -88
  224. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/reject.rb +0 -31
  225. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/reverse.rb +0 -27
  226. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/rstrip.rb +0 -31
  227. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/shuffle.rb +0 -45
  228. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/size.rb +0 -48
  229. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/sort.rb +0 -27
  230. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/squeeze.rb +0 -36
  231. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/str2bool.rb +0 -46
  232. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/str2saltedsha512.rb +0 -32
  233. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/strftime.rb +0 -107
  234. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/strip.rb +0 -38
  235. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/suffix.rb +0 -45
  236. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/swapcase.rb +0 -38
  237. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/time.rb +0 -49
  238. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/to_bytes.rb +0 -31
  239. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/type.rb +0 -19
  240. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/type3x.rb +0 -51
  241. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/union.rb +0 -34
  242. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/unique.rb +0 -50
  243. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/upcase.rb +0 -45
  244. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/uriescape.rb +0 -34
  245. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/validate_absolute_path.rb +0 -69
  246. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/validate_array.rb +0 -33
  247. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/validate_augeas.rb +0 -83
  248. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/validate_bool.rb +0 -34
  249. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/validate_cmd.rb +0 -63
  250. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/validate_hash.rb +0 -33
  251. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/validate_integer.rb +0 -131
  252. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/validate_ipv4_address.rb +0 -48
  253. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/validate_ipv6_address.rb +0 -49
  254. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/validate_numeric.rb +0 -93
  255. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/validate_re.rb +0 -40
  256. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/validate_slength.rb +0 -71
  257. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/validate_string.rb +0 -38
  258. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/values.rb +0 -39
  259. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/values_at.rb +0 -99
  260. data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/zip.rb +0 -39
  261. data/spec/fixtures/modules/stdlib/lib/puppet/provider/file_line/ruby.rb +0 -97
  262. data/spec/fixtures/modules/stdlib/lib/puppet/type/anchor.rb +0 -46
  263. data/spec/fixtures/modules/stdlib/lib/puppet/type/file_line.rb +0 -91
  264. data/spec/fixtures/modules/stdlib/manifests/init.pp +0 -20
  265. data/spec/fixtures/modules/stdlib/manifests/stages.pp +0 -43
  266. data/spec/fixtures/modules/stdlib/metadata.json +0 -113
  267. data/spec/fixtures/modules/stdlib/spec/acceptance/abs_spec.rb +0 -30
  268. data/spec/fixtures/modules/stdlib/spec/acceptance/any2array_spec.rb +0 -49
  269. data/spec/fixtures/modules/stdlib/spec/acceptance/base64_spec.rb +0 -18
  270. data/spec/fixtures/modules/stdlib/spec/acceptance/bool2num_spec.rb +0 -34
  271. data/spec/fixtures/modules/stdlib/spec/acceptance/build_csv.rb +0 -83
  272. data/spec/fixtures/modules/stdlib/spec/acceptance/capitalize_spec.rb +0 -33
  273. data/spec/fixtures/modules/stdlib/spec/acceptance/ceiling_spec.rb +0 -39
  274. data/spec/fixtures/modules/stdlib/spec/acceptance/chomp_spec.rb +0 -21
  275. data/spec/fixtures/modules/stdlib/spec/acceptance/chop_spec.rb +0 -45
  276. data/spec/fixtures/modules/stdlib/spec/acceptance/concat_spec.rb +0 -40
  277. data/spec/fixtures/modules/stdlib/spec/acceptance/count_spec.rb +0 -30
  278. data/spec/fixtures/modules/stdlib/spec/acceptance/deep_merge_spec.rb +0 -20
  279. data/spec/fixtures/modules/stdlib/spec/acceptance/defined_with_params_spec.rb +0 -22
  280. data/spec/fixtures/modules/stdlib/spec/acceptance/delete_at_spec.rb +0 -19
  281. data/spec/fixtures/modules/stdlib/spec/acceptance/delete_spec.rb +0 -19
  282. data/spec/fixtures/modules/stdlib/spec/acceptance/delete_undef_values_spec.rb +0 -19
  283. data/spec/fixtures/modules/stdlib/spec/acceptance/delete_values_spec.rb +0 -25
  284. data/spec/fixtures/modules/stdlib/spec/acceptance/difference_spec.rb +0 -26
  285. data/spec/fixtures/modules/stdlib/spec/acceptance/dirname_spec.rb +0 -42
  286. data/spec/fixtures/modules/stdlib/spec/acceptance/downcase_spec.rb +0 -39
  287. data/spec/fixtures/modules/stdlib/spec/acceptance/empty_spec.rb +0 -39
  288. data/spec/fixtures/modules/stdlib/spec/acceptance/ensure_packages_spec.rb +0 -22
  289. data/spec/fixtures/modules/stdlib/spec/acceptance/ensure_resource_spec.rb +0 -22
  290. data/spec/fixtures/modules/stdlib/spec/acceptance/flatten_spec.rb +0 -39
  291. data/spec/fixtures/modules/stdlib/spec/acceptance/floor_spec.rb +0 -39
  292. data/spec/fixtures/modules/stdlib/spec/acceptance/fqdn_rand_string_spec.rb +0 -60
  293. data/spec/fixtures/modules/stdlib/spec/acceptance/fqdn_rotate_spec.rb +0 -47
  294. data/spec/fixtures/modules/stdlib/spec/acceptance/get_module_path_spec.rb +0 -27
  295. data/spec/fixtures/modules/stdlib/spec/acceptance/getparam_spec.rb +0 -24
  296. data/spec/fixtures/modules/stdlib/spec/acceptance/getvar_spec.rb +0 -26
  297. data/spec/fixtures/modules/stdlib/spec/acceptance/grep_spec.rb +0 -26
  298. data/spec/fixtures/modules/stdlib/spec/acceptance/has_interface_with_spec.rb +0 -54
  299. data/spec/fixtures/modules/stdlib/spec/acceptance/has_ip_address_spec.rb +0 -33
  300. data/spec/fixtures/modules/stdlib/spec/acceptance/has_ip_network_spec.rb +0 -33
  301. data/spec/fixtures/modules/stdlib/spec/acceptance/has_key_spec.rb +0 -41
  302. data/spec/fixtures/modules/stdlib/spec/acceptance/hash_spec.rb +0 -26
  303. data/spec/fixtures/modules/stdlib/spec/acceptance/intersection_spec.rb +0 -27
  304. data/spec/fixtures/modules/stdlib/spec/acceptance/is_array_spec.rb +0 -67
  305. data/spec/fixtures/modules/stdlib/spec/acceptance/is_bool_spec.rb +0 -81
  306. data/spec/fixtures/modules/stdlib/spec/acceptance/is_domain_name_spec.rb +0 -83
  307. data/spec/fixtures/modules/stdlib/spec/acceptance/is_float_spec.rb +0 -86
  308. data/spec/fixtures/modules/stdlib/spec/acceptance/is_function_available_spec.rb +0 -58
  309. data/spec/fixtures/modules/stdlib/spec/acceptance/is_hash_spec.rb +0 -63
  310. data/spec/fixtures/modules/stdlib/spec/acceptance/is_integer_spec.rb +0 -95
  311. data/spec/fixtures/modules/stdlib/spec/acceptance/is_ip_address_spec.rb +0 -80
  312. data/spec/fixtures/modules/stdlib/spec/acceptance/is_mac_address_spec.rb +0 -38
  313. data/spec/fixtures/modules/stdlib/spec/acceptance/is_numeric_spec.rb +0 -95
  314. data/spec/fixtures/modules/stdlib/spec/acceptance/is_string_spec.rb +0 -102
  315. data/spec/fixtures/modules/stdlib/spec/acceptance/join_keys_to_values_spec.rb +0 -24
  316. data/spec/fixtures/modules/stdlib/spec/acceptance/join_spec.rb +0 -26
  317. data/spec/fixtures/modules/stdlib/spec/acceptance/keys_spec.rb +0 -23
  318. data/spec/fixtures/modules/stdlib/spec/acceptance/loadyaml_spec.rb +0 -33
  319. data/spec/fixtures/modules/stdlib/spec/acceptance/lstrip_spec.rb +0 -34
  320. data/spec/fixtures/modules/stdlib/spec/acceptance/max_spec.rb +0 -20
  321. data/spec/fixtures/modules/stdlib/spec/acceptance/member_spec.rb +0 -54
  322. data/spec/fixtures/modules/stdlib/spec/acceptance/merge_spec.rb +0 -23
  323. data/spec/fixtures/modules/stdlib/spec/acceptance/min_spec.rb +0 -20
  324. data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/centos-59-x64.yml +0 -10
  325. data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/centos-6-vcloud.yml +0 -15
  326. data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/centos-64-x64-pe.yml +0 -12
  327. data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/centos-64-x64.yml +0 -10
  328. data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/centos-65-x64.yml +0 -10
  329. data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/default.yml +0 -10
  330. data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/fedora-18-x64.yml +0 -10
  331. data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/sles-11-x64.yml +0 -10
  332. data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/ubuntu-server-10044-x64.yml +0 -10
  333. data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/ubuntu-server-12042-x64.yml +0 -10
  334. data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/ubuntu-server-1404-x64.yml +0 -11
  335. data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/windows-2003-i386.yml +0 -26
  336. data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/windows-2003-x86_64.yml +0 -26
  337. data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/windows-2008-x86_64.yml +0 -26
  338. data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/windows-2008r2-x86_64.yml +0 -26
  339. data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/windows-2012-x86_64.yml +0 -26
  340. data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/windows-2012r2-x86_64.yml +0 -26
  341. data/spec/fixtures/modules/stdlib/spec/acceptance/num2bool_spec.rb +0 -76
  342. data/spec/fixtures/modules/stdlib/spec/acceptance/parsejson_spec.rb +0 -34
  343. data/spec/fixtures/modules/stdlib/spec/acceptance/parseyaml_spec.rb +0 -35
  344. data/spec/fixtures/modules/stdlib/spec/acceptance/pick_default_spec.rb +0 -54
  345. data/spec/fixtures/modules/stdlib/spec/acceptance/pick_spec.rb +0 -44
  346. data/spec/fixtures/modules/stdlib/spec/acceptance/prefix_spec.rb +0 -42
  347. data/spec/fixtures/modules/stdlib/spec/acceptance/pw_hash_spec.rb +0 -34
  348. data/spec/fixtures/modules/stdlib/spec/acceptance/range_spec.rb +0 -36
  349. data/spec/fixtures/modules/stdlib/spec/acceptance/reject_spec.rb +0 -42
  350. data/spec/fixtures/modules/stdlib/spec/acceptance/reverse_spec.rb +0 -23
  351. data/spec/fixtures/modules/stdlib/spec/acceptance/rstrip_spec.rb +0 -34
  352. data/spec/fixtures/modules/stdlib/spec/acceptance/shuffle_spec.rb +0 -34
  353. data/spec/fixtures/modules/stdlib/spec/acceptance/size_spec.rb +0 -55
  354. data/spec/fixtures/modules/stdlib/spec/acceptance/sort_spec.rb +0 -34
  355. data/spec/fixtures/modules/stdlib/spec/acceptance/squeeze_spec.rb +0 -47
  356. data/spec/fixtures/modules/stdlib/spec/acceptance/str2bool_spec.rb +0 -31
  357. data/spec/fixtures/modules/stdlib/spec/acceptance/str2saltedsha512_spec.rb +0 -22
  358. data/spec/fixtures/modules/stdlib/spec/acceptance/strftime_spec.rb +0 -22
  359. data/spec/fixtures/modules/stdlib/spec/acceptance/strip_spec.rb +0 -34
  360. data/spec/fixtures/modules/stdlib/spec/acceptance/suffix_spec.rb +0 -42
  361. data/spec/fixtures/modules/stdlib/spec/acceptance/swapcase_spec.rb +0 -22
  362. data/spec/fixtures/modules/stdlib/spec/acceptance/time_spec.rb +0 -36
  363. data/spec/fixtures/modules/stdlib/spec/acceptance/to_bytes_spec.rb +0 -27
  364. data/spec/fixtures/modules/stdlib/spec/acceptance/type_spec.rb +0 -37
  365. data/spec/fixtures/modules/stdlib/spec/acceptance/union_spec.rb +0 -24
  366. data/spec/fixtures/modules/stdlib/spec/acceptance/unique_spec.rb +0 -33
  367. data/spec/fixtures/modules/stdlib/spec/acceptance/unsupported_spec.rb +0 -11
  368. data/spec/fixtures/modules/stdlib/spec/acceptance/upcase_spec.rb +0 -33
  369. data/spec/fixtures/modules/stdlib/spec/acceptance/uriescape_spec.rb +0 -23
  370. data/spec/fixtures/modules/stdlib/spec/acceptance/validate_absolute_path_spec.rb +0 -31
  371. data/spec/fixtures/modules/stdlib/spec/acceptance/validate_array_spec.rb +0 -37
  372. data/spec/fixtures/modules/stdlib/spec/acceptance/validate_augeas_spec.rb +0 -63
  373. data/spec/fixtures/modules/stdlib/spec/acceptance/validate_bool_spec.rb +0 -37
  374. data/spec/fixtures/modules/stdlib/spec/acceptance/validate_cmd_spec.rb +0 -52
  375. data/spec/fixtures/modules/stdlib/spec/acceptance/validate_hash_spec.rb +0 -37
  376. data/spec/fixtures/modules/stdlib/spec/acceptance/validate_ipv4_address_spec.rb +0 -31
  377. data/spec/fixtures/modules/stdlib/spec/acceptance/validate_ipv6_address_spec.rb +0 -31
  378. data/spec/fixtures/modules/stdlib/spec/acceptance/validate_re_spec.rb +0 -47
  379. data/spec/fixtures/modules/stdlib/spec/acceptance/validate_slength_spec.rb +0 -72
  380. data/spec/fixtures/modules/stdlib/spec/acceptance/validate_string_spec.rb +0 -36
  381. data/spec/fixtures/modules/stdlib/spec/acceptance/values_at_spec.rb +0 -73
  382. data/spec/fixtures/modules/stdlib/spec/acceptance/values_spec.rb +0 -35
  383. data/spec/fixtures/modules/stdlib/spec/acceptance/zip_spec.rb +0 -86
  384. data/spec/fixtures/modules/stdlib/spec/classes/anchor_spec.rb +0 -30
  385. data/spec/fixtures/modules/stdlib/spec/functions/abs_spec.rb +0 -25
  386. data/spec/fixtures/modules/stdlib/spec/functions/any2array_spec.rb +0 -55
  387. data/spec/fixtures/modules/stdlib/spec/functions/assert_private_spec.rb +0 -55
  388. data/spec/fixtures/modules/stdlib/spec/functions/base64_spec.rb +0 -34
  389. data/spec/fixtures/modules/stdlib/spec/functions/bool2num_spec.rb +0 -38
  390. data/spec/fixtures/modules/stdlib/spec/functions/capitalize_spec.rb +0 -28
  391. data/spec/fixtures/modules/stdlib/spec/functions/ceiling_spec.rb +0 -39
  392. data/spec/fixtures/modules/stdlib/spec/functions/chomp_spec.rb +0 -28
  393. data/spec/fixtures/modules/stdlib/spec/functions/chop_spec.rb +0 -28
  394. data/spec/fixtures/modules/stdlib/spec/functions/concat_spec.rb +0 -50
  395. data/spec/fixtures/modules/stdlib/spec/functions/count_spec.rb +0 -31
  396. data/spec/fixtures/modules/stdlib/spec/functions/deep_merge_spec.rb +0 -105
  397. data/spec/fixtures/modules/stdlib/spec/functions/defined_with_params_spec.rb +0 -37
  398. data/spec/fixtures/modules/stdlib/spec/functions/delete_at_spec.rb +0 -25
  399. data/spec/fixtures/modules/stdlib/spec/functions/delete_spec.rb +0 -61
  400. data/spec/fixtures/modules/stdlib/spec/functions/delete_undef_values_spec.rb +0 -41
  401. data/spec/fixtures/modules/stdlib/spec/functions/delete_values_spec.rb +0 -36
  402. data/spec/fixtures/modules/stdlib/spec/functions/difference_spec.rb +0 -19
  403. data/spec/fixtures/modules/stdlib/spec/functions/dirname_spec.rb +0 -38
  404. data/spec/fixtures/modules/stdlib/spec/functions/downcase_spec.rb +0 -33
  405. data/spec/fixtures/modules/stdlib/spec/functions/empty_spec.rb +0 -32
  406. data/spec/fixtures/modules/stdlib/spec/functions/ensure_packages_spec.rb +0 -81
  407. data/spec/fixtures/modules/stdlib/spec/functions/ensure_resource_spec.rb +0 -113
  408. data/spec/fixtures/modules/stdlib/spec/functions/flatten_spec.rb +0 -27
  409. data/spec/fixtures/modules/stdlib/spec/functions/floor_spec.rb +0 -39
  410. data/spec/fixtures/modules/stdlib/spec/functions/fqdn_rand_string_spec.rb +0 -91
  411. data/spec/fixtures/modules/stdlib/spec/functions/fqdn_rotate_spec.rb +0 -60
  412. data/spec/fixtures/modules/stdlib/spec/functions/get_module_path_spec.rb +0 -46
  413. data/spec/fixtures/modules/stdlib/spec/functions/getparam_spec.rb +0 -76
  414. data/spec/fixtures/modules/stdlib/spec/functions/getvar_spec.rb +0 -37
  415. data/spec/fixtures/modules/stdlib/spec/functions/grep_spec.rb +0 -19
  416. data/spec/fixtures/modules/stdlib/spec/functions/has_interface_with_spec.rb +0 -64
  417. data/spec/fixtures/modules/stdlib/spec/functions/has_ip_address_spec.rb +0 -39
  418. data/spec/fixtures/modules/stdlib/spec/functions/has_ip_network_spec.rb +0 -36
  419. data/spec/fixtures/modules/stdlib/spec/functions/has_key_spec.rb +0 -42
  420. data/spec/fixtures/modules/stdlib/spec/functions/hash_spec.rb +0 -19
  421. data/spec/fixtures/modules/stdlib/spec/functions/intersection_spec.rb +0 -19
  422. data/spec/fixtures/modules/stdlib/spec/functions/is_array_spec.rb +0 -29
  423. data/spec/fixtures/modules/stdlib/spec/functions/is_bool_spec.rb +0 -44
  424. data/spec/fixtures/modules/stdlib/spec/functions/is_domain_name_spec.rb +0 -81
  425. data/spec/fixtures/modules/stdlib/spec/functions/is_float_spec.rb +0 -33
  426. data/spec/fixtures/modules/stdlib/spec/functions/is_function_available.rb +0 -31
  427. data/spec/fixtures/modules/stdlib/spec/functions/is_hash_spec.rb +0 -29
  428. data/spec/fixtures/modules/stdlib/spec/functions/is_integer_spec.rb +0 -69
  429. data/spec/fixtures/modules/stdlib/spec/functions/is_ip_address_spec.rb +0 -39
  430. data/spec/fixtures/modules/stdlib/spec/functions/is_mac_address_spec.rb +0 -29
  431. data/spec/fixtures/modules/stdlib/spec/functions/is_numeric_spec.rb +0 -119
  432. data/spec/fixtures/modules/stdlib/spec/functions/is_string_spec.rb +0 -34
  433. data/spec/fixtures/modules/stdlib/spec/functions/join_keys_to_values_spec.rb +0 -40
  434. data/spec/fixtures/modules/stdlib/spec/functions/join_spec.rb +0 -19
  435. data/spec/fixtures/modules/stdlib/spec/functions/keys_spec.rb +0 -21
  436. data/spec/fixtures/modules/stdlib/spec/functions/loadyaml_spec.rb +0 -25
  437. data/spec/fixtures/modules/stdlib/spec/functions/lstrip_spec.rb +0 -28
  438. data/spec/fixtures/modules/stdlib/spec/functions/max_spec.rb +0 -27
  439. data/spec/fixtures/modules/stdlib/spec/functions/member_spec.rb +0 -34
  440. data/spec/fixtures/modules/stdlib/spec/functions/merge_spec.rb +0 -52
  441. data/spec/fixtures/modules/stdlib/spec/functions/min_spec.rb +0 -27
  442. data/spec/fixtures/modules/stdlib/spec/functions/num2bool_spec.rb +0 -67
  443. data/spec/fixtures/modules/stdlib/spec/functions/parsejson_spec.rb +0 -22
  444. data/spec/fixtures/modules/stdlib/spec/functions/parseyaml_spec.rb +0 -24
  445. data/spec/fixtures/modules/stdlib/spec/functions/pick_default_spec.rb +0 -58
  446. data/spec/fixtures/modules/stdlib/spec/functions/pick_spec.rb +0 -34
  447. data/spec/fixtures/modules/stdlib/spec/functions/prefix_spec.rb +0 -33
  448. data/spec/fixtures/modules/stdlib/spec/functions/private_spec.rb +0 -60
  449. data/spec/fixtures/modules/stdlib/spec/functions/pw_hash_spec.rb +0 -96
  450. data/spec/fixtures/modules/stdlib/spec/functions/range_spec.rb +0 -86
  451. data/spec/fixtures/modules/stdlib/spec/functions/reject_spec.rb +0 -20
  452. data/spec/fixtures/modules/stdlib/spec/functions/reverse_spec.rb +0 -28
  453. data/spec/fixtures/modules/stdlib/spec/functions/rstrip_spec.rb +0 -33
  454. data/spec/fixtures/modules/stdlib/spec/functions/shuffle_spec.rb +0 -33
  455. data/spec/fixtures/modules/stdlib/spec/functions/size_spec.rb +0 -24
  456. data/spec/fixtures/modules/stdlib/spec/functions/sort_spec.rb +0 -24
  457. data/spec/fixtures/modules/stdlib/spec/functions/squeeze_spec.rb +0 -24
  458. data/spec/fixtures/modules/stdlib/spec/functions/str2bool_spec.rb +0 -31
  459. data/spec/fixtures/modules/stdlib/spec/functions/str2saltedsha512_spec.rb +0 -45
  460. data/spec/fixtures/modules/stdlib/spec/functions/strftime_spec.rb +0 -29
  461. data/spec/fixtures/modules/stdlib/spec/functions/strip_spec.rb +0 -27
  462. data/spec/fixtures/modules/stdlib/spec/functions/suffix_spec.rb +0 -27
  463. data/spec/fixtures/modules/stdlib/spec/functions/swapcase_spec.rb +0 -28
  464. data/spec/fixtures/modules/stdlib/spec/functions/time_spec.rb +0 -29
  465. data/spec/fixtures/modules/stdlib/spec/functions/to_bytes_spec.rb +0 -83
  466. data/spec/fixtures/modules/stdlib/spec/functions/type3x_spec.rb +0 -43
  467. data/spec/fixtures/modules/stdlib/spec/functions/type_spec.rb +0 -44
  468. data/spec/fixtures/modules/stdlib/spec/functions/union_spec.rb +0 -19
  469. data/spec/fixtures/modules/stdlib/spec/functions/unique_spec.rb +0 -33
  470. data/spec/fixtures/modules/stdlib/spec/functions/upcase_spec.rb +0 -58
  471. data/spec/fixtures/modules/stdlib/spec/functions/uriescape_spec.rb +0 -40
  472. data/spec/fixtures/modules/stdlib/spec/functions/validate_absolute_path_spec.rb +0 -104
  473. data/spec/fixtures/modules/stdlib/spec/functions/validate_array_spec.rb +0 -38
  474. data/spec/fixtures/modules/stdlib/spec/functions/validate_augeas_spec.rb +0 -103
  475. data/spec/fixtures/modules/stdlib/spec/functions/validate_bool_spec.rb +0 -51
  476. data/spec/fixtures/modules/stdlib/spec/functions/validate_cmd_spec.rb +0 -85
  477. data/spec/fixtures/modules/stdlib/spec/functions/validate_hash_spec.rb +0 -43
  478. data/spec/fixtures/modules/stdlib/spec/functions/validate_integer_spec.rb +0 -219
  479. data/spec/fixtures/modules/stdlib/spec/functions/validate_ipv4_address_spec.rb +0 -64
  480. data/spec/fixtures/modules/stdlib/spec/functions/validate_ipv6_address_spec.rb +0 -67
  481. data/spec/fixtures/modules/stdlib/spec/functions/validate_numeric_spec.rb +0 -217
  482. data/spec/fixtures/modules/stdlib/spec/functions/validate_re_spec.rb +0 -77
  483. data/spec/fixtures/modules/stdlib/spec/functions/validate_slength_spec.rb +0 -67
  484. data/spec/fixtures/modules/stdlib/spec/functions/validate_string_spec.rb +0 -60
  485. data/spec/fixtures/modules/stdlib/spec/functions/values_at_spec.rb +0 -38
  486. data/spec/fixtures/modules/stdlib/spec/functions/values_spec.rb +0 -31
  487. data/spec/fixtures/modules/stdlib/spec/functions/zip_spec.rb +0 -31
  488. data/spec/fixtures/modules/stdlib/spec/lib/puppet_spec/compiler.rb +0 -47
  489. data/spec/fixtures/modules/stdlib/spec/lib/puppet_spec/database.rb +0 -30
  490. data/spec/fixtures/modules/stdlib/spec/lib/puppet_spec/files.rb +0 -61
  491. data/spec/fixtures/modules/stdlib/spec/lib/puppet_spec/fixtures.rb +0 -29
  492. data/spec/fixtures/modules/stdlib/spec/lib/puppet_spec/matchers.rb +0 -121
  493. data/spec/fixtures/modules/stdlib/spec/lib/puppet_spec/modules.rb +0 -27
  494. data/spec/fixtures/modules/stdlib/spec/lib/puppet_spec/pops.rb +0 -17
  495. data/spec/fixtures/modules/stdlib/spec/lib/puppet_spec/scope.rb +0 -15
  496. data/spec/fixtures/modules/stdlib/spec/lib/puppet_spec/settings.rb +0 -16
  497. data/spec/fixtures/modules/stdlib/spec/lib/puppet_spec/verbose.rb +0 -10
  498. data/spec/fixtures/modules/stdlib/spec/monkey_patches/alias_should_to_must.rb +0 -9
  499. data/spec/fixtures/modules/stdlib/spec/monkey_patches/publicize_methods.rb +0 -11
  500. data/spec/fixtures/modules/stdlib/spec/spec.opts +0 -6
  501. data/spec/fixtures/modules/stdlib/spec/spec_helper.rb +0 -34
  502. data/spec/fixtures/modules/stdlib/spec/spec_helper_acceptance.rb +0 -50
  503. data/spec/fixtures/modules/stdlib/spec/unit/facter/facter_dot_d_spec.rb +0 -32
  504. data/spec/fixtures/modules/stdlib/spec/unit/facter/pe_version_spec.rb +0 -76
  505. data/spec/fixtures/modules/stdlib/spec/unit/facter/root_home_spec.rb +0 -52
  506. data/spec/fixtures/modules/stdlib/spec/unit/facter/util/puppet_settings_spec.rb +0 -36
  507. data/spec/fixtures/modules/stdlib/spec/unit/puppet/functions/type_of_spec.rb +0 -33
  508. data/spec/fixtures/modules/stdlib/spec/unit/puppet/parser/functions/basename_spec.rb +0 -46
  509. data/spec/fixtures/modules/stdlib/spec/unit/puppet/parser/functions/bool2str_spec.rb +0 -46
  510. data/spec/fixtures/modules/stdlib/spec/unit/puppet/parser/functions/camelcase_spec.rb +0 -24
  511. data/spec/fixtures/modules/stdlib/spec/unit/puppet/provider/file_line/ruby_spec.rb +0 -277
  512. data/spec/fixtures/modules/stdlib/spec/unit/puppet/type/anchor_spec.rb +0 -11
  513. data/spec/fixtures/modules/stdlib/spec/unit/puppet/type/file_line_spec.rb +0 -70
  514. data/spec/fixtures/modules/stdlib/tests/file_line.pp +0 -9
  515. data/spec/fixtures/modules/stdlib/tests/has_interface_with.pp +0 -10
  516. data/spec/fixtures/modules/stdlib/tests/has_ip_address.pp +0 -3
  517. data/spec/fixtures/modules/stdlib/tests/has_ip_network.pp +0 -4
  518. data/spec/fixtures/modules/stdlib/tests/init.pp +0 -1
  519. data/spec/fixtures/modules/tomcat/.gitignore +0 -8
  520. data/spec/fixtures/modules/tomcat/.puppet-lint.rc +0 -8
  521. data/spec/fixtures/modules/tomcat/.travis.yml +0 -14
  522. data/spec/fixtures/modules/tomcat/CHANGELOG.md +0 -94
  523. data/spec/fixtures/modules/tomcat/CONTRIBUTING.md +0 -220
  524. data/spec/fixtures/modules/tomcat/LICENSE +0 -15
  525. data/spec/fixtures/modules/tomcat/README.markdown +0 -75
  526. data/spec/fixtures/modules/tomcat/README.md +0 -812
  527. data/spec/fixtures/modules/tomcat/Vagrantfile +0 -95
  528. data/spec/fixtures/modules/tomcat/checksums.json +0 -67
  529. data/spec/fixtures/modules/tomcat/examples/default_install_from_package.pp +0 -13
  530. data/spec/fixtures/modules/tomcat/examples/default_install_from_source.pp +0 -9
  531. data/spec/fixtures/modules/tomcat/examples/instance_with_context.pp +0 -20
  532. data/spec/fixtures/modules/tomcat/examples/instance_with_listener.pp +0 -18
  533. data/spec/fixtures/modules/tomcat/examples/instance_with_realm.pp +0 -20
  534. data/spec/fixtures/modules/tomcat/examples/instance_with_role_and_user.pp +0 -23
  535. data/spec/fixtures/modules/tomcat/examples/jsvc_install_from_source.pp +0 -37
  536. data/spec/fixtures/modules/tomcat/examples/multiple_instances.pp +0 -38
  537. data/spec/fixtures/modules/tomcat/files/.gitkeep +0 -0
  538. data/spec/fixtures/modules/tomcat/manifests/config/server.pp +0 -78
  539. data/spec/fixtures/modules/tomcat/manifests/config/server/connector.pp +0 -95
  540. data/spec/fixtures/modules/tomcat/manifests/config/server/context.pp +0 -102
  541. data/spec/fixtures/modules/tomcat/manifests/config/server/engine.pp +0 -109
  542. data/spec/fixtures/modules/tomcat/manifests/config/server/host.pp +0 -79
  543. data/spec/fixtures/modules/tomcat/manifests/config/server/listener.pp +0 -98
  544. data/spec/fixtures/modules/tomcat/manifests/config/server/realm.pp +0 -104
  545. data/spec/fixtures/modules/tomcat/manifests/config/server/service.pp +0 -54
  546. data/spec/fixtures/modules/tomcat/manifests/config/server/tomcat_users.pp +0 -97
  547. data/spec/fixtures/modules/tomcat/manifests/config/server/valve.pp +0 -77
  548. data/spec/fixtures/modules/tomcat/manifests/init.pp +0 -71
  549. data/spec/fixtures/modules/tomcat/manifests/instance.pp +0 -88
  550. data/spec/fixtures/modules/tomcat/manifests/instance/package.pp +0 -26
  551. data/spec/fixtures/modules/tomcat/manifests/instance/source.pp +0 -46
  552. data/spec/fixtures/modules/tomcat/manifests/params.pp +0 -13
  553. data/spec/fixtures/modules/tomcat/manifests/service.pp +0 -160
  554. data/spec/fixtures/modules/tomcat/manifests/setenv/entry.pp +0 -52
  555. data/spec/fixtures/modules/tomcat/manifests/war.pp +0 -80
  556. data/spec/fixtures/modules/tomcat/metadata.json +0 -74
  557. data/spec/fixtures/modules/tomcat/templates/.gitkeep +0 -0
  558. data/spec/fixtures/modules/tomcat/tests/.gitkeep +0 -0
  559. data/spec/fixtures/providers/bmc/ipmitool.rb +0 -188
  560. data/spec/fixtures/providers/bmcuser/ipmitool.rb +0 -140
  561. data/spec/fixtures/types/bmc.rb +0 -102
  562. data/spec/fixtures/types/bmcuser.rb +0 -46
  563. data/spec/fixtures/types/db_opatch.rb +0 -93
@@ -1,51 +0,0 @@
1
- #! /usr/bin/env ruby -S rspec
2
-
3
- require 'spec_helper'
4
-
5
- describe Puppet::Parser::Functions.function(:validate_bool) do
6
- let(:scope) { PuppetlabsSpec::PuppetInternals.scope }
7
- describe 'when calling validate_bool from puppet' do
8
-
9
- %w{ true false }.each do |the_string|
10
-
11
- it "should not compile when #{the_string} is a string" do
12
- Puppet[:code] = "validate_bool('#{the_string}')"
13
- expect { scope.compiler.compile }.to raise_error(Puppet::ParseError, /is not a boolean/)
14
- end
15
-
16
- it "should compile when #{the_string} is a bare word" do
17
- Puppet[:code] = "validate_bool(#{the_string})"
18
- scope.compiler.compile
19
- end
20
-
21
- end
22
-
23
- it "should not compile when an arbitrary string is passed" do
24
- Puppet[:code] = 'validate_bool("jeff and dan are awesome")'
25
- expect { scope.compiler.compile }.to raise_error(Puppet::ParseError, /is not a boolean/)
26
- end
27
-
28
- it "should not compile when no arguments are passed" do
29
- Puppet[:code] = 'validate_bool()'
30
- expect { scope.compiler.compile }.to raise_error(Puppet::ParseError, /wrong number of arguments/)
31
- end
32
-
33
- it "should compile when multiple boolean arguments are passed" do
34
- Puppet[:code] = <<-'ENDofPUPPETcode'
35
- $foo = true
36
- $bar = false
37
- validate_bool($foo, $bar, true, false)
38
- ENDofPUPPETcode
39
- scope.compiler.compile
40
- end
41
-
42
- it "should compile when multiple boolean arguments are passed" do
43
- Puppet[:code] = <<-'ENDofPUPPETcode'
44
- $foo = true
45
- $bar = false
46
- validate_bool($foo, $bar, true, false, 'jeff')
47
- ENDofPUPPETcode
48
- expect { scope.compiler.compile }.to raise_error(Puppet::ParseError, /is not a boolean/)
49
- end
50
- end
51
- end
@@ -1,85 +0,0 @@
1
- #! /usr/bin/env ruby -S rspec
2
- require 'spec_helper'
3
-
4
- TESTEXE = File.exists?('/usr/bin/test') ? '/usr/bin/test' : '/bin/test'
5
- TOUCHEXE = File.exists?('/usr/bin/touch') ? '/usr/bin/touch' : '/bin/touch'
6
-
7
- describe Puppet::Parser::Functions.function(:validate_cmd) do
8
- let(:scope) { PuppetlabsSpec::PuppetInternals.scope }
9
-
10
- subject do
11
- function_name = Puppet::Parser::Functions.function(:validate_cmd)
12
- scope.method(function_name)
13
- end
14
-
15
- context 'with no % placeholder' do
16
- describe "with an explicit failure message" do
17
- it "prints the failure message on error" do
18
- expect {
19
- subject.call ['', '/bin/false', 'failure message!']
20
- }.to raise_error Puppet::ParseError, /failure message!/
21
- end
22
- end
23
-
24
- describe "on validation failure" do
25
- it "includes the command error output" do
26
- expect {
27
- subject.call ['', "#{TOUCHEXE} /cant/touch/this"]
28
- }.to raise_error Puppet::ParseError, /(cannot touch|o such file or)/
29
- end
30
-
31
- it "includes the command return value" do
32
- expect {
33
- subject.call ['', '/cant/run/this']
34
- }.to raise_error Puppet::ParseError, /returned 1\b/
35
- end
36
- end
37
-
38
- describe "when performing actual validation" do
39
- it "can positively validate file content" do
40
- expect { subject.call ["non-empty", "#{TESTEXE} -s"] }.to_not raise_error
41
- end
42
-
43
- it "can negatively validate file content" do
44
- expect {
45
- subject.call ["", "#{TESTEXE} -s"]
46
- }.to raise_error Puppet::ParseError, /failed to validate.*test -s/
47
- end
48
- end
49
- end
50
-
51
- context 'with % placeholder' do
52
- describe "with an explicit failure message" do
53
- it "prints the failure message on error" do
54
- expect {
55
- subject.call ['', '/bin/false % -f', 'failure message!']
56
- }.to raise_error Puppet::ParseError, /failure message!/
57
- end
58
- end
59
- describe "on validation failure" do
60
- it "includes the command error output" do
61
- expect {
62
- subject.call ['', "#{TOUCHEXE} /cant/touch/this"]
63
- }.to raise_error Puppet::ParseError, /(cannot touch|o such file or)/
64
- end
65
-
66
- it "includes the command return value" do
67
- expect {
68
- subject.call ['', '/cant/run/this % -z']
69
- }.to raise_error Puppet::ParseError, /Execution of '\/cant\/run\/this .+ -z' returned 1/
70
- end
71
- end
72
-
73
- describe "when performing actual validation" do
74
- it "can positively validate file content" do
75
- expect { subject.call ["non-empty", "#{TESTEXE} -s %"] }.to_not raise_error
76
- end
77
-
78
- it "can negatively validate file content" do
79
- expect {
80
- subject.call ["", "#{TESTEXE} -s %"]
81
- }.to raise_error Puppet::ParseError, /failed to validate.*test -s/
82
- end
83
- end
84
- end
85
- end
@@ -1,43 +0,0 @@
1
- #! /usr/bin/env ruby -S rspec
2
-
3
- require 'spec_helper'
4
-
5
- describe Puppet::Parser::Functions.function(:validate_hash) do
6
- let(:scope) { PuppetlabsSpec::PuppetInternals.scope }
7
-
8
- describe 'when calling validate_hash from puppet' do
9
-
10
- %w{ true false }.each do |the_string|
11
-
12
- it "should not compile when #{the_string} is a string" do
13
- Puppet[:code] = "validate_hash('#{the_string}')"
14
- expect { scope.compiler.compile }.to raise_error(Puppet::ParseError, /is not a Hash/)
15
- end
16
-
17
- it "should not compile when #{the_string} is a bare word" do
18
- Puppet[:code] = "validate_hash(#{the_string})"
19
- expect { scope.compiler.compile }.to raise_error(Puppet::ParseError, /is not a Hash/)
20
- end
21
-
22
- end
23
-
24
- it "should compile when multiple hash arguments are passed" do
25
- Puppet[:code] = <<-'ENDofPUPPETcode'
26
- $foo = {}
27
- $bar = { 'one' => 'two' }
28
- validate_hash($foo, $bar)
29
- ENDofPUPPETcode
30
- scope.compiler.compile
31
- end
32
-
33
- it "should not compile when an undef variable is passed" do
34
- Puppet[:code] = <<-'ENDofPUPPETcode'
35
- $foo = undef
36
- validate_hash($foo)
37
- ENDofPUPPETcode
38
- expect { scope.compiler.compile }.to raise_error(Puppet::ParseError, /is not a Hash/)
39
- end
40
-
41
- end
42
-
43
- end
@@ -1,219 +0,0 @@
1
- #! /usr/bin/env ruby -S rspec
2
-
3
- require 'spec_helper'
4
-
5
- describe Puppet::Parser::Functions.function(:validate_integer) do
6
- let(:scope) { PuppetlabsSpec::PuppetInternals.scope }
7
-
8
- describe 'when calling validate_integer from puppet without any argument or to many' do
9
- it "should not compile when no argument is passed" do
10
- Puppet[:code] = "validate_integer()"
11
- expect { scope.compiler.compile }.to raise_error(Puppet::ParseError, /Wrong number of arguments/)
12
- end
13
- it "should not compile when more than three arguments are passed" do
14
- Puppet[:code] = "validate_integer(1, 1, 1, 1)"
15
- expect { scope.compiler.compile }.to raise_error(Puppet::ParseError, /Wrong number of arguments/)
16
- end
17
- end
18
-
19
- describe 'when calling validate_integer from puppet only with input' do
20
- %w{ 1 -1 }.each do |the_number|
21
- it "should compile when #{the_number} is an encapsulated integer" do
22
- Puppet[:code] = "validate_integer('#{the_number}')"
23
- scope.compiler.compile
24
- end
25
- it "should compile when #{the_number} is an bare integer" do
26
- Puppet[:code] = "validate_integer(#{the_number})"
27
- scope.compiler.compile
28
- end
29
- end
30
-
31
- %w{ [1,2,3,4,5] ['1','2','3','4','5'] }.each do |the_number|
32
- it "should compile when multiple Integer arguments are passed in an Array" do
33
- Puppet[:code] = "validate_integer(#{the_number})"
34
- scope.compiler.compile
35
- end
36
- end
37
-
38
- %w{ true false iAmAString 1test 7.0 -7.0 }.each do |the_number|
39
- it "should not compile when #{the_number} is in a string" do
40
- Puppet[:code] = "validate_integer('#{the_number}')"
41
- expect { scope.compiler.compile }.to raise_error(Puppet::ParseError, /to be an Integer/)
42
- end
43
-
44
- it "should not compile when #{the_number} is a bare word" do
45
- Puppet[:code] = "validate_integer(#{the_number})"
46
- expect { scope.compiler.compile }.to raise_error(Puppet::ParseError, /to be an Integer/)
47
- end
48
- end
49
-
50
- it "should not compile when an Integer is part of a larger String" do
51
- Puppet[:code] = "validate_integer('1 test')"
52
- expect { scope.compiler.compile }.to raise_error(Puppet::ParseError, /to be an Integer/)
53
- end
54
-
55
- it "should not compile when an Array with a non-Integer value is passed" do
56
- Puppet[:code] = "validate_integer([1, '-7.0'])"
57
- expect { scope.compiler.compile }.to raise_error(Puppet::ParseError, /at array position 1 to be an Integer/)
58
- end
59
-
60
- it "should not compile when a Hash is passed" do
61
- Puppet[:code] = "validate_integer({ 1 => 2 })"
62
- expect { scope.compiler.compile }.to raise_error(Puppet::ParseError, /to be an Integer or Array/)
63
- end
64
-
65
- it "should not compile when an explicitly undef variable is passed" do
66
- Puppet[:code] = <<-'ENDofPUPPETcode'
67
- $foo = undef
68
- validate_integer($foo)
69
- ENDofPUPPETcode
70
- expect { scope.compiler.compile }.to raise_error(Puppet::ParseError, /to be an Integer/)
71
- end
72
-
73
- it "should not compile when an undefined variable is passed" do
74
- Puppet[:code] = <<-'ENDofPUPPETcode'
75
- validate_integer($foobarbazishouldnotexist)
76
- ENDofPUPPETcode
77
- expect { scope.compiler.compile }.to raise_error(Puppet::ParseError, /to be an Integer/)
78
- end
79
- end
80
-
81
- describe 'when calling validate_integer from puppet with input and a maximum' do
82
- max = 10
83
- %w{ 1 -1 }.each do |the_number|
84
- it "should compile when #{the_number} is lower than a maximum of #{max}" do
85
- Puppet[:code] = "validate_integer(#{the_number},#{max})"
86
- scope.compiler.compile
87
- end
88
- end
89
-
90
- it "should compile when an Integer is equal the maximum" do
91
- Puppet[:code] = "validate_integer(#{max},#{max})"
92
- scope.compiler.compile
93
- end
94
-
95
- it "should not compile when #{max+1} is greater than a maximum of #{max}" do
96
- Puppet[:code] = "validate_integer(#{max+1},#{max})"
97
- expect { scope.compiler.compile }.to raise_error(Puppet::ParseError, /to be smaller or equal to/)
98
- end
99
-
100
- %w{ [-10,1,2,3,4,5,10] ['-10','1','2','3','4','5','10'] }.each do |the_number|
101
- it "should compile when each element of #{the_number} is lower than a maximum of #{max}" do
102
- Puppet[:code] = "validate_integer(#{the_number},#{max})"
103
- scope.compiler.compile
104
- end
105
- end
106
-
107
- it "should not compile when an element of an Array [-10,1,2,3,4,5,#{max+1}] is greater than a maximum of #{max}" do
108
- Puppet[:code] = "validate_integer([-10,1,2,3,4,5,#{max+1}],#{max})"
109
- expect { scope.compiler.compile }.to raise_error(Puppet::ParseError, /to be smaller or equal to/)
110
- end
111
-
112
- %w{ true false iAmAString 1test 7.0 -7.0 }.each do |the_max|
113
- it "should not compile when a non-Integer maximum #{the_max}, encapsulated in a String, is passed" do
114
- Puppet[:code] = "validate_integer(1,'#{the_max}')"
115
- expect { scope.compiler.compile }.to raise_error(Puppet::ParseError, /to be unset or an Integer/)
116
- end
117
-
118
- it "should not compile when a non-Integer maximum #{the_max} bare word is passed" do
119
- Puppet[:code] = "validate_integer(1,#{the_max})"
120
- expect { scope.compiler.compile }.to raise_error(Puppet::ParseError, /to be unset or an Integer/)
121
- end
122
- end
123
-
124
- it "should not compile when an explicitly undefined variable is passed as maximum and no minimum is passed" do
125
- Puppet[:code] = <<-'ENDofPUPPETcode'
126
- $foo = undef
127
- validate_integer(10, $foo)
128
- ENDofPUPPETcode
129
- expect { scope.compiler.compile }.to raise_error(Puppet::ParseError, /to be unset or an Integer/)
130
- end
131
- it "should not compile when an explicitly undef is passed as maximum and no minimum is passed" do
132
- Puppet[:code] = "validate_integer(10, undef)"
133
- expect { scope.compiler.compile }.to raise_error(Puppet::ParseError, /to be unset or an Integer/)
134
- end
135
- it "should not compile when an empty string is passed as maximum and no minimum is passed" do
136
- Puppet[:code] = "validate_integer(10, '')"
137
- expect { scope.compiler.compile }.to raise_error(Puppet::ParseError, /to be unset or an Integer/)
138
- end
139
- it "should not compile when an undefined variable for a maximum is passed" do
140
- Puppet[:code] = "validate_integer(10, $foobarbazishouldnotexist)"
141
- expect { scope.compiler.compile }.to raise_error(Puppet::ParseError, /to be unset or an Integer/)
142
- end
143
- end
144
-
145
- describe 'when calling validate_integer from puppet with input, a maximum and a minimum' do
146
- it "should not compile when a minimum larger than maximum is passed" do
147
- Puppet[:code] = "validate_integer(1,1,2)"
148
- expect { scope.compiler.compile }.to raise_error(Puppet::ParseError, /second argument to be larger than third argument/)
149
- end
150
-
151
- max = 10
152
- min = -10
153
- %w{ 1 -1 }.each do |the_number|
154
- it "should compile when each element of #{the_number} is within a range from #{min} to #{max}" do
155
- Puppet[:code] = "validate_integer(#{the_number},#{max},#{min})"
156
- scope.compiler.compile
157
- end
158
- end
159
-
160
- it "should compile when an Integer is equal the minimum" do
161
- Puppet[:code] = "validate_integer(#{min},#{max},#{min})"
162
- scope.compiler.compile
163
- end
164
-
165
- it "should compile when an Integer is equal the minimum and maximum" do
166
- Puppet[:code] = "validate_integer(#{max},#{max},#{max})"
167
- scope.compiler.compile
168
- end
169
-
170
- it "should compile when an empty maximum is passed and the Integer is greater than the minimum" do
171
- Puppet[:code] = "validate_integer(#{max},'',#{min})"
172
- scope.compiler.compile
173
- end
174
- it "should compile when an explicitly undefined maximum is passed and the Integer is greater than the minimum" do
175
- Puppet[:code] = "validate_integer(#{max},undef,#{min})"
176
- scope.compiler.compile
177
- end
178
- it "should compile when an explicitly undefined variable is passed for maximum and the Integer is greater than the minimum" do
179
- Puppet[:code] = <<-"ENDofPUPPETcode"
180
- $foo = undef
181
- validate_integer(#{max}, $foo, #{min})
182
- ENDofPUPPETcode
183
- scope.compiler.compile
184
- end
185
- it "should not compile when no maximum value is given and the Integer is greater than the minimum" do
186
- Puppet[:code] = "validate_integer(#{max},,#{min})"
187
- expect { scope.compiler.compile }.to raise_error(Puppet::Error, /Syntax error at ','/)
188
- end
189
-
190
- it "should not compile when #{min-1} is lower than a minimum of #{min}" do
191
- Puppet[:code] = "validate_integer(#{min-1},#{max},#{min})"
192
- expect { scope.compiler.compile }.to raise_error(Puppet::ParseError, /to be greater or equal to/)
193
- end
194
-
195
- %w{ [-10,1,2,3,4,5,10] ['-10','1','2','3','4','5','10'] }.each do |the_number|
196
- it "should compile when each element of #{the_number} is within a range from #{min} to #{max}" do
197
- Puppet[:code] = "validate_integer(#{the_number},#{max},#{min})"
198
- scope.compiler.compile
199
- end
200
- end
201
-
202
- it "should not compile when an element of an Array [#{min-1},1,2,3,4,5,10] is lower than a minimum of #{min}" do
203
- Puppet[:code] = "validate_integer([#{min-1},1,2,3,4,5,10],#{max},#{min})"
204
- expect { scope.compiler.compile }.to raise_error(Puppet::ParseError, /to be greater or equal to/)
205
- end
206
-
207
- %w{ true false iAmAString 1test 7.0 -7.0 }.each do |the_min|
208
- it "should not compile when a non-Integer minimum #{the_min}, encapsulated in a String, is passed" do
209
- Puppet[:code] = "validate_integer(1,#{max},'#{the_min}')"
210
- expect { scope.compiler.compile }.to raise_error(Puppet::ParseError, /to be unset or an Integer/)
211
- end
212
-
213
- it "should not compile when a non-Integer minimum #{the_min} bare word is passed" do
214
- Puppet[:code] = "validate_integer(1,#{max},#{the_min})"
215
- expect { scope.compiler.compile }.to raise_error(Puppet::ParseError, /to be unset or an Integer/)
216
- end
217
- end
218
- end
219
- end
@@ -1,64 +0,0 @@
1
- #! /usr/bin/env ruby -S rspec
2
-
3
- require "spec_helper"
4
-
5
- describe Puppet::Parser::Functions.function(:validate_ipv4_address) do
6
- let(:scope) { PuppetlabsSpec::PuppetInternals.scope }
7
-
8
- describe "when calling validate_ipv4_address from puppet" do
9
- describe "when given IPv4 address strings" do
10
- it "should compile with one argument" do
11
- Puppet[:code] = "validate_ipv4_address('1.2.3.4')"
12
- scope.compiler.compile
13
- end
14
-
15
- it "should compile with multiple arguments" do
16
- Puppet[:code] = "validate_ipv4_address('1.2.3.4', '5.6.7.8')"
17
- scope.compiler.compile
18
- end
19
- end
20
-
21
- describe "when given an IPv6 address" do
22
- it "should not compile" do
23
- Puppet[:code] = "validate_ipv4_address('3ffe:505')"
24
- expect {
25
- scope.compiler.compile
26
- }.to raise_error(Puppet::ParseError, /not a valid IPv4 address/)
27
- end
28
- end
29
-
30
- describe "when given other strings" do
31
- it "should not compile" do
32
- Puppet[:code] = "validate_ipv4_address('hello', 'world')"
33
- expect {
34
- scope.compiler.compile
35
- }.to raise_error(Puppet::ParseError, /not a valid IPv4 address/)
36
- end
37
- end
38
-
39
- describe "when given numbers" do
40
- it "should not compile" do
41
- Puppet[:code] = "validate_ipv4_address(1, 2)"
42
- expect {
43
- scope.compiler.compile
44
- }.to raise_error(Puppet::ParseError, /is not a valid IPv4 address/)
45
- end
46
- end
47
-
48
- describe "when given booleans" do
49
- it "should not compile" do
50
- Puppet[:code] = "validate_ipv4_address(true, false)"
51
- expect {
52
- scope.compiler.compile
53
- }.to raise_error(Puppet::ParseError, /is not a string/)
54
- end
55
- end
56
-
57
- it "should not compile when no arguments are passed" do
58
- Puppet[:code] = "validate_ipv4_address()"
59
- expect {
60
- scope.compiler.compile
61
- }.to raise_error(Puppet::ParseError, /wrong number of arguments/)
62
- end
63
- end
64
- end