.. |
abs_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
any2array_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
any2bool_spec.rb
|
(MODULES-1439) Adds any2bool function
|
2016-05-02 20:04:56 +01:00 |
assert_private_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
base64_spec.rb
|
Extend Base64() function support
|
2016-02-18 23:38:19 +08:00 |
basename_spec.rb
|
Add test for basename on path with scheme
|
2016-01-16 11:55:25 -05:00 |
bool2num_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
bool2str_spec.rb
|
add functionality to bool2str to return strings of your choice for a boolean
|
2015-10-15 22:22:10 -04:00 |
camelcase_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
capitalize_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
ceiling_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
chomp_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
chop_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
clamp_spec.rb
|
Add clamp function
|
2015-12-31 12:46:07 +03:00 |
concat_spec.rb
|
(MODULES-3246) Fix concat with Hash arguments.
|
2016-04-08 13:42:13 +01:00 |
convert_base_spec.rb
|
Adds a convert_base function, which can convert numbers between bases
|
2015-08-27 10:42:13 +01:00 |
count_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
deep_merge_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
defined_with_params_spec.rb
|
(MODULES-3543) Fixup defined_with_params to work on all puppet versions
|
2016-06-30 11:10:24 +01:00 |
delete_at_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
delete_regex_spec.rb
|
Add a delete_regex function
|
2016-05-13 13:25:35 -04:00 |
delete_spec.rb
|
Add a delete_regex function
|
2016-05-13 13:25:35 -04:00 |
delete_undef_values_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
delete_values_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
difference_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
dig44_spec.rb
|
(MODULES-3568) Move dig to dig44 and deprecate dig
|
2016-07-08 08:53:24 -07:00 |
dig_spec.rb
|
(MODULES-3568) Move dig to dig44 and deprecate dig
|
2016-07-08 08:53:24 -07:00 |
dirname_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
dos2unix_spec.rb
|
(MODULES-2410) Add new functions dos2unix and unix2dos
|
2015-08-14 13:30:01 +01:00 |
downcase_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
empty_spec.rb
|
Check for numeric values as empty fails on those
|
2015-09-28 16:01:11 +01:00 |
ensure_packages_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
ensure_resource_spec.rb
|
(MODULES-3543) Fixup defined_with_params to work on all puppet versions
|
2016-06-30 11:10:24 +01:00 |
flatten_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
floor_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
fqdn_rand_string_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
fqdn_rotate_spec.rb
|
fqdn_rotate: Add tests for custom seeds
|
2015-06-01 17:03:42 -07:00 |
get_module_path_spec.rb
|
(maint) remove failing test
|
2016-04-07 12:31:06 +01:00 |
getparam_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
getvar_spec.rb
|
(maint) getvar: update spec to match implementation
|
2015-06-12 14:42:09 +01:00 |
grep_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
has_interface_with_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
has_ip_address_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
has_ip_network_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
has_key_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
hash_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
intersection_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
is_a_spec.rb
|
(MODULES-2516) Adds an is_a() function
|
2015-09-14 18:26:25 +01:00 |
is_array_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
is_bool_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
is_domain_name_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
is_email_address_spec.rb
|
Add validate_email_address function
|
2016-04-10 22:28:03 -04:00 |
is_float_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
is_function_available.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
is_hash_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
is_integer_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
is_ip_address_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
is_mac_address_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
is_numeric_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
is_string_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
join_keys_to_values_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
join_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
keys_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
load_module_metadata_spec.rb
|
Fix load_module_metadata and loadjson tests to pass with fully deployed module
|
2016-07-01 12:03:59 +01:00 |
loadjson_spec.rb
|
Fix load_module_metadata and loadjson tests to pass with fully deployed module
|
2016-07-01 12:03:59 +01:00 |
loadyaml_spec.rb
|
Add the default value to the "loadyaml" function
|
2016-04-26 21:58:29 +03:00 |
lstrip_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
max_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
member_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
merge_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
min_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
num2bool_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
parsejson_spec.rb
|
Fix backwards compatibility from #511
|
2015-09-21 11:11:21 -07:00 |
parseyaml_spec.rb
|
Fix backwards compatibility from #511
|
2015-09-21 11:11:21 -07:00 |
pick_default_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
pick_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
prefix_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
private_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
pw_hash_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
range_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
reject_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
reverse_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
rstrip_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
seeded_rand_spec.rb
|
(#2886) seeded_rand: new function
|
2015-12-08 14:59:12 +01:00 |
shell_escape_spec.rb
|
Expose the functions of ruby's built-in Shellwords module (#580)
|
2016-04-28 18:44:30 +01:00 |
shell_join_spec.rb
|
Expose the functions of ruby's built-in Shellwords module (#580)
|
2016-04-28 18:44:30 +01:00 |
shell_split_spec.rb
|
Expose the functions of ruby's built-in Shellwords module (#580)
|
2016-04-28 18:44:30 +01:00 |
shuffle_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
size_spec.rb
|
adding support for hash in the size function
|
2015-07-22 12:11:52 +02:00 |
sort_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
squeeze_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
str2bool_spec.rb
|
accept any case of boolean strings
|
2015-09-04 08:09:26 -07:00 |
str2saltedsha512_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
strftime_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
strip_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
suffix_spec.rb
|
improve suffix function to support the same feature set as prefix
|
2016-03-22 16:24:09 +01:00 |
swapcase_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
time_spec.rb
|
Fix time() on 1.8.7
|
2015-06-04 09:40:52 -07:00 |
to_bytes_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
try_get_value_spec.rb
|
Add a new function "try_get_value"
|
2015-09-01 21:45:44 +03:00 |
type3x_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
type_of_spec.rb
|
(MODULES-2516) Adds an is_a() function
|
2015-09-14 18:26:25 +01:00 |
type_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
union_spec.rb
|
(MODULE-2456) Modify union to accept more than two arrays
|
2015-08-24 14:24:10 +01:00 |
unique_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
unix2dos_spec.rb
|
(MODULES-2410) Add new functions dos2unix and unix2dos
|
2015-08-14 13:30:01 +01:00 |
upcase_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
uriescape_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
validate_absolute_path_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
validate_array_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
validate_augeas_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
validate_bool_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
validate_cmd_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
validate_email_address_spec.rb
|
Add validate_email_address function
|
2016-04-10 22:28:03 -04:00 |
validate_hash_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
validate_integer_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
validate_ip_address_spec.rb
|
Add validator for any IP address
|
2015-11-30 17:34:00 +01:00 |
validate_ipv4_address_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
validate_ipv6_address_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
validate_numeric_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
validate_re_spec.rb
|
(MAINT) validate_re: Clarify docs and error message
|
2015-09-17 18:48:32 +01:00 |
validate_slength_spec.rb
|
Add validate_slength's optional 3rd arg to README
|
2015-07-09 18:13:19 +01:00 |
validate_string_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
validate_x509_rsa_key_pair_spec.rb
|
Change order of tests to be more logical
|
2016-01-08 11:09:45 +00:00 |
values_at_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
values_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |
zip_spec.rb
|
Convert tests to use plain rspec-puppet
|
2015-06-01 18:02:22 +01:00 |