module-inifile/spec
Dan Bode 5f71d7f0bd guard against nil indentation values
This commit is intended to resolves an issue where the indentation
value can be nil (which leads to a run time exception)

This occurrs in cases where a section is following by only one of more
comments.

The proposed fix is to guard against potential nil values where the
error occurs. This fix is idential to code used at line 125 of the same file.
2013-03-11 17:42:08 -07:00
..
unit/puppet guard against nil indentation values 2013-03-11 17:42:08 -07:00
spec_helper.rb Fixed spec_helper.rb so original tests can pass. 2012-09-04 16:55:36 +00:00