Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-19 | (Maint) Fix interpreter lines | Jeff McCune | |
This time around I actually know why I'm doing this thanks to the reminder from Nick Lewis. Ruby will replace itself in memory with the executable listed in the interpreter line if the string "ruby" is not in there. Since /usr/bin/env rspec doesn't contain the substring "ruby", you can't actually run ruby -W1 or whatever on the file. This patch fixes the problem by making sure "ruby" is present, preventing ruby from replacing itself in memory. | |||
2012-01-10 | (#11873) time function spec failure on Fixnum matcher | Ken Barber | |
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. | |||
2011-08-05 | * Moved kwalify to puppetlabs-kwalify project | Ken Barber | |
* Re-arranged tests in line with puppetlabs-stdlib |