puppetlabs-stdlib/spec/unit
Ken Barber 7d545f0d60 (#11873) time function spec failure on Fixnum matcher
The rspec code for the time function was trying to match the type to be a
'Fixnum'. Ruby will sometimes make this a 'Bignum' depending on its internals
and we can't rely on this to be true all the time.

This patch just makes sure the type is an integer instead.
2012-01-10 18:58:07 +00:00
..
facter (#9859) Add root_home fact and tests 2011-10-03 11:51:05 -07:00
puppet (#11873) time function spec failure on Fixnum matcher 2012-01-10 18:58:07 +00:00