diff --git a/test/unit/config_test.rb b/test/unit/config_test.rb index 3e45d9ff8..600334f70 100644 --- a/test/unit/config_test.rb +++ b/test/unit/config_test.rb @@ -180,7 +180,7 @@ describe 'Inspec::Config' do it 'should read the options' do expected = ['color', 'reporter', 'target_id', 'type'].sort seen_fields.must_equal expected - final_options['color'].must_equal "true" # Dubious + final_options['color'].must_equal "true" # Dubious - should this be String or TrueClass? final_options['target_id'].must_equal 'mynode' end end @@ -190,7 +190,7 @@ describe 'Inspec::Config' do it 'should read the options' do expected = ['color', 'reporter', 'target_id', 'type'].sort seen_fields.must_equal expected - final_options['color'].must_equal "true" # Dubious + final_options['color'].must_equal "true" # Dubious - should this be String or TrueClass? final_options['target_id'].must_equal 'mynode' end end