puppetlabs-stdlib/spec/unit/puppet/parser/functions
2014-02-05 15:01:45 -08:00
..
abs_spec.rb
any2array_spec.rb (#19998) Implement any2array 2013-04-03 14:05:20 -07:00
base64_spec.rb Adding base64 function 2013-05-24 16:33:24 +01:00
bool2num_spec.rb
capitalize_spec.rb
chomp_spec.rb
chop_spec.rb
concat_spec.rb (#19201) Add concat function to join two arrays 2013-02-12 10:00:09 -08:00
count_spec.rb (maint) Add the behavior for count() with arrays and hashes 2013-04-10 14:33:10 -07:00
deep_merge_spec.rb (#20200) Add a recursive merge function. 2013-10-29 12:22:49 -07:00
delete_at_spec.rb Remove trailing whitespace 2014-02-05 15:01:45 -08:00
delete_spec.rb Remove trailing whitespace 2014-02-05 15:01:45 -08:00
delete_undef_values_spec.rb Remove trailing whitespace 2014-02-05 15:01:45 -08:00
delete_values_spec.rb Remove trailing whitespace 2014-02-05 15:01:45 -08:00
difference_spec.rb (#20684) Add array comparison functions, difference, intersection and union. 2013-05-13 12:14:15 -04:00
dirname_spec.rb Add a dirname function 2013-05-02 15:17:35 +02:00
downcase_spec.rb
empty_spec.rb
flatten_spec.rb Fix number of arguments check in flatten() 2013-03-18 15:07:13 -07:00
floor_spec.rb Add floor function implementation and unit tests 2013-03-19 10:00:57 +01:00
fqdn_rotate_spec.rb
get_module_path_spec.rb ammend .should raise_error to .to raise_error 2013-02-06 08:12:42 -08:00
getvar_spec.rb
grep_spec.rb
has_interface_with_spec.rb
has_ip_address_spec.rb
has_ip_network_spec.rb
has_key_spec.rb
hash_spec.rb
intersection_spec.rb (#20684) Add array comparison functions, difference, intersection and union. 2013-05-13 12:14:15 -04:00
is_array_spec.rb
is_bool_spec.rb (#23381) add is_bool() function 2013-12-09 11:50:03 -07:00
is_domain_name_spec.rb
is_float_spec.rb Add test/validation for is_float if created from an arithmetical operation 2013-01-03 13:37:55 -08:00
is_function_available.rb calling rspec directly makes this not pass ruby -c. adjusting to be in line with the rest. 2013-11-20 18:30:46 -08:00
is_hash_spec.rb
is_integer_spec.rb (PUP-1195) Fix is_numeric/is_integer when checking non-string parameters 2014-01-23 23:59:28 +01:00
is_ip_address_spec.rb
is_mac_address_spec.rb
is_numeric_spec.rb (PUP-1195) Fix is_numeric/is_integer when checking non-string parameters 2014-01-23 23:59:28 +01:00
is_string_spec.rb
join_keys_to_values_spec.rb
join_spec.rb
keys_spec.rb
loadyaml_spec.rb (#16498) Added unit test for loadyaml function. 2013-09-17 15:16:25 -03:00
lstrip_spec.rb
max_spec.rb Allow comparisons of Numeric and number as String 2013-03-27 14:03:31 -07:00
member_spec.rb
merge_spec.rb Added rspec tests for the new behaviour of merge accepting empty strings 2013-05-08 18:24:46 +02:00
min_spec.rb Allow comparisons of Numeric and number as String 2013-03-27 14:03:31 -07:00
num2bool_spec.rb Cleanup per adrianthebo suggestions 2013-04-01 11:44:09 -04:00
parsejson_spec.rb
parseyaml_spec.rb
pick_default_spec.rb (PUP-638) Add a pick_default() function that always returns a value. 2014-01-29 09:26:35 -08:00
pick_spec.rb (Main) fix typo in pick error message 2013-10-29 12:01:25 -07:00
prefix_spec.rb (maint) Improve test coverage for prefix and suffix 2013-12-20 15:03:40 -08:00
range_spec.rb (maint) Remove syntax decoration from range_spec 2013-05-28 11:17:00 -07:00
reject_spec.rb Add reject() function 2012-11-28 14:28:31 -08:00
reverse_spec.rb
rstrip_spec.rb
shuffle_spec.rb
size_spec.rb
sort_spec.rb
squeeze_spec.rb
str2bool_spec.rb Remove trailing whitespace 2014-02-05 15:01:45 -08:00
str2saltedsha512_spec.rb ammend .should raise_error to .to raise_error 2013-02-06 08:12:42 -08:00
strftime_spec.rb
strip_spec.rb
suffix_spec.rb (maint) Improve test coverage for prefix and suffix 2013-12-20 15:03:40 -08:00
swapcase_spec.rb
time_spec.rb
to_bytes_spec.rb
type_spec.rb
union_spec.rb (#20684) Add array comparison functions, difference, intersection and union. 2013-05-13 12:14:15 -04:00
unique_spec.rb
upcase_spec.rb
uriescape_spec.rb Adjust to use default URI.escape escape list 2013-07-22 13:12:28 -07:00
validate_absolute_path_spec.rb
validate_array_spec.rb ammend .should raise_error to .to raise_error 2013-02-06 08:12:42 -08:00
validate_augeas_spec.rb Add validate_augeas function 2013-01-18 22:02:13 +01:00
validate_bool_spec.rb ammend .should raise_error to .to raise_error 2013-02-06 08:12:42 -08:00
validate_cmd_spec.rb Fix the tests on osx 2013-11-19 18:42:19 +00:00
validate_hash_spec.rb ammend .should raise_error to .to raise_error 2013-02-06 08:12:42 -08:00
validate_ipv4_address_spec.rb Add functions to validate ipv4 and ipv6 addresses 2013-05-22 17:10:45 -07:00
validate_ipv6_address_spec.rb Don't run certain tests under 1.8.7 2013-05-22 17:43:37 -07:00
validate_re_spec.rb
validate_slength_spec.rb (maint) refactor validate_slength tests 2013-08-12 12:55:46 -07:00
validate_string_spec.rb ammend .should raise_error to .to raise_error 2013-02-06 08:12:42 -08:00
values_at_spec.rb
values_spec.rb
zip_spec.rb