.. |
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 |
bool2str_spec.rb
|
(MODULES-905) Extend spec tests for bool2str
|
2014-05-15 16:45:02 -07:00 |
camelcase_spec.rb
|
(maint) Add bool2str & camelcase spec tests
|
2014-05-13 15:46:50 -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 |
deep_merge_spec.rb
|
Merge pull request #220 from mediatemple/fix/master/deep_merge_fix
|
2014-03-11 09:31:23 -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
|
(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_bool_spec.rb
|
(#23381) add is_bool() function
|
2013-12-09 11:50:03 -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
|
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
|
(Maint) Rename PuppetlabsSpec::Puppet{Seams,Internals}
|
2012-07-23 08:35:00 -07:00 |
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
|
(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
|
(PUP-1195) Fix is_numeric/is_integer when checking non-string parameters
|
2014-01-23 23:59:28 +01: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 |
loadyaml_spec.rb
|
(#16498) Added unit test for loadyaml function.
|
2013-09-17 15:16:25 -03: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
|
Numerous changes to update testing gems.
|
2014-03-08 00:42:51 +00: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_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
|
(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
|
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
|
(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
|
(maint) Improve test coverage for prefix and suffix
|
2013-12-20 15:03:40 -08: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
|
Adjust to use default URI.escape escape list
|
2013-07-22 13:12:28 -07:00 |
validate_absolute_path_spec.rb
|
Numerous changes to update testing gems.
|
2014-03-08 00:42:51 +00: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
|
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
|
Make sure functions are loaded for each test
|
2012-08-09 14:51:37 -07:00 |
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
|
(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 |