puppetlabs-stdlib/spec/unit/puppet/parser/functions
Adrien Thebo 0f2d69fdfd Merge remote-tracking branch 'pr/56' into pull-56
Conflicts:
	lib/puppet/parser/functions/range.rb
	spec/unit/puppet/parser/functions/range_spec.rb
2013-05-28 11:07:41 -07:00
..
abs_spec.rb (Maint) Rename PuppetlabsSpec::Puppet{Seams,Internals} 2012-07-23 08:35:00 -07:00
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 (Maint) Rename PuppetlabsSpec::Puppet{Seams,Internals} 2012-07-23 08:35:00 -07:00
capitalize_spec.rb (Maint) Rename PuppetlabsSpec::Puppet{Seams,Internals} 2012-07-23 08:35:00 -07:00
chomp_spec.rb (Maint) Rename PuppetlabsSpec::Puppet{Seams,Internals} 2012-07-23 08:35:00 -07:00
chop_spec.rb (Maint) Rename PuppetlabsSpec::Puppet{Seams,Internals} 2012-07-23 08:35:00 -07:00
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
delete_at_spec.rb (Maint) Rename PuppetlabsSpec::Puppet{Seams,Internals} 2012-07-23 08:35:00 -07:00
delete_spec.rb Extend delete function for strings and hashes 2012-11-19 08:44:44 -05: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 (Maint) Rename PuppetlabsSpec::Puppet{Seams,Internals} 2012-07-23 08:35:00 -07:00
empty_spec.rb (Maint) Rename PuppetlabsSpec::Puppet{Seams,Internals} 2012-07-23 08:35:00 -07:00
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 puppet-lint cleanup 2012-11-15 10:38:03 -06:00
get_module_path_spec.rb ammend .should raise_error to .to raise_error 2013-02-06 08:12:42 -08:00
getvar_spec.rb (Maint) Fix mis-use of rvalue functions as statements 2012-08-20 13:57:09 -07:00
grep_spec.rb (Maint) Rename PuppetlabsSpec::Puppet{Seams,Internals} 2012-07-23 08:35:00 -07:00
has_interface_with_spec.rb (#13974) Add predicate functions for interface facts 2012-11-07 14:00:44 -08:00
has_ip_address_spec.rb (#13974) Add predicate functions for interface facts 2012-11-07 14:00:44 -08:00
has_ip_network_spec.rb (#13974) Add predicate functions for interface facts 2012-11-07 14:00:44 -08:00
has_key_spec.rb (Maint) Fix mis-use of rvalue functions as statements 2012-08-20 13:57:09 -07:00
hash_spec.rb (Maint) Rename PuppetlabsSpec::Puppet{Seams,Internals} 2012-07-23 08:35:00 -07:00
intersection_spec.rb (#20684) Add array comparison functions, difference, intersection and union. 2013-05-13 12:14:15 -04:00
is_array_spec.rb (Maint) Rename PuppetlabsSpec::Puppet{Seams,Internals} 2012-07-23 08:35:00 -07:00
is_domain_name_spec.rb (Maint) Rename PuppetlabsSpec::Puppet{Seams,Internals} 2012-07-23 08:35:00 -07:00
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 (#13610) Add is_function_available to stdlib 2013-03-18 15:44:50 -07:00
is_hash_spec.rb (Maint) Rename PuppetlabsSpec::Puppet{Seams,Internals} 2012-07-23 08:35:00 -07:00
is_integer_spec.rb Add test/validation for is_integer if created from an arithmetical operation 2013-01-03 13:37:55 -08:00
is_ip_address_spec.rb (Maint) Rename PuppetlabsSpec::Puppet{Seams,Internals} 2012-07-23 08:35:00 -07:00
is_mac_address_spec.rb (Maint) Rename PuppetlabsSpec::Puppet{Seams,Internals} 2012-07-23 08:35:00 -07:00
is_numeric_spec.rb Add test/validation for is_numeric if created from an arithmetical operation 2013-01-03 13:37:55 -08:00
is_string_spec.rb (Maint) Rename PuppetlabsSpec::Puppet{Seams,Internals} 2012-07-23 08:35:00 -07:00
join_keys_to_values_spec.rb Add join_keys_to_values function 2012-11-20 16:16:03 -05:00
join_spec.rb (Maint) Rename PuppetlabsSpec::Puppet{Seams,Internals} 2012-07-23 08:35:00 -07:00
keys_spec.rb (Maint) Rename PuppetlabsSpec::Puppet{Seams,Internals} 2012-07-23 08:35:00 -07:00
lstrip_spec.rb (Maint) Rename PuppetlabsSpec::Puppet{Seams,Internals} 2012-07-23 08:35:00 -07:00
max_spec.rb Allow comparisons of Numeric and number as String 2013-03-27 14:03:31 -07:00
member_spec.rb (Maint) Rename PuppetlabsSpec::Puppet{Seams,Internals} 2012-07-23 08:35:00 -07:00
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 (Maint) Rename PuppetlabsSpec::Puppet{Seams,Internals} 2012-07-23 08:35:00 -07:00
parseyaml_spec.rb (Maint) Rename PuppetlabsSpec::Puppet{Seams,Internals} 2012-07-23 08:35:00 -07:00
pick_spec.rb Add the pick() function 2012-11-15 08:52:19 -05:00
prefix_spec.rb (Maint) Rename PuppetlabsSpec::Puppet{Seams,Internals} 2012-07-23 08:35:00 -07:00
range_spec.rb Merge remote-tracking branch 'pr/56' into pull-56 2013-05-28 11:07:41 -07:00
reject_spec.rb Add reject() function 2012-11-28 14:28:31 -08:00
reverse_spec.rb (Maint) Rename PuppetlabsSpec::Puppet{Seams,Internals} 2012-07-23 08:35:00 -07:00
rstrip_spec.rb (Maint) Rename PuppetlabsSpec::Puppet{Seams,Internals} 2012-07-23 08:35:00 -07:00
shuffle_spec.rb (Maint) Rename PuppetlabsSpec::Puppet{Seams,Internals} 2012-07-23 08:35:00 -07:00
size_spec.rb (Maint) Rename PuppetlabsSpec::Puppet{Seams,Internals} 2012-07-23 08:35:00 -07:00
sort_spec.rb (Maint) Rename PuppetlabsSpec::Puppet{Seams,Internals} 2012-07-23 08:35:00 -07:00
squeeze_spec.rb (Maint) Rename PuppetlabsSpec::Puppet{Seams,Internals} 2012-07-23 08:35:00 -07:00
str2bool_spec.rb str2bool should return a boolean if called with a boolean 2013-03-18 15:37:36 -07:00
str2saltedsha512_spec.rb ammend .should raise_error to .to raise_error 2013-02-06 08:12:42 -08:00
strftime_spec.rb (Maint) Rename PuppetlabsSpec::Puppet{Seams,Internals} 2012-07-23 08:35:00 -07:00
strip_spec.rb (Maint) Rename PuppetlabsSpec::Puppet{Seams,Internals} 2012-07-23 08:35:00 -07:00
suffix_spec.rb add suffix function to accompany the prefix function 2013-03-26 15:46:55 -07:00
swapcase_spec.rb (Maint) Rename PuppetlabsSpec::Puppet{Seams,Internals} 2012-07-23 08:35:00 -07:00
time_spec.rb (Maint) Rename PuppetlabsSpec::Puppet{Seams,Internals} 2012-07-23 08:35:00 -07:00
to_bytes_spec.rb (#15872) Add to_bytes function 2012-08-14 08:43:36 -07:00
type_spec.rb (Maint) Rename PuppetlabsSpec::Puppet{Seams,Internals} 2012-07-23 08:35:00 -07:00
union_spec.rb (#20684) Add array comparison functions, difference, intersection and union. 2013-05-13 12:14:15 -04:00
unique_spec.rb (Maint) Rename PuppetlabsSpec::Puppet{Seams,Internals} 2012-07-23 08:35:00 -07:00
upcase_spec.rb (Maint) Rename PuppetlabsSpec::Puppet{Seams,Internals} 2012-07-23 08:35:00 -07:00
uriescape_spec.rb Add function, uriescape, to URI.escape strings. Redmine #17459 2012-11-07 09:36:54 -08:00
validate_absolute_path_spec.rb Make sure functions are loaded for each test 2012-08-09 14:51:37 -07:00
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 validate_cmd: Use Puppet::Util.execute 2013-02-06 18:03:11 +01:00
validate_hash_spec.rb ammend .should raise_error to .to raise_error 2013-02-06 08:12:42 -08:00
validate_re_spec.rb Make sure functions are loaded for each test 2012-08-09 14:51:37 -07:00
validate_slength_spec.rb Adding base64 function 2013-05-24 16:33:24 +01: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 (Maint) Rename PuppetlabsSpec::Puppet{Seams,Internals} 2012-07-23 08:35:00 -07:00
values_spec.rb (Maint) Rename PuppetlabsSpec::Puppet{Seams,Internals} 2012-07-23 08:35:00 -07:00
zip_spec.rb (Maint) Rename PuppetlabsSpec::Puppet{Seams,Internals} 2012-07-23 08:35:00 -07:00