diff --git a/spec/acceptance/ini_setting_spec.rb b/spec/acceptance/ini_setting_spec.rb index 7f417e1aa..4e5898506 100644 --- a/spec/acceptance/ini_setting_spec.rb +++ b/spec/acceptance/ini_setting_spec.rb @@ -72,13 +72,7 @@ apply_manifest(pp, :catch_changes => true) end - describe file("#{tmpdir}/ini_setting.ini") do - it { should be_file } - #XXX Solaris 10 doesn't support multi-line grep - it("should contain four = five\n[one]\ntwo = three", :unless => fact('osfamily') == 'Solaris') { - should contain("four = five\n[one]\ntwo = three") - } - end + it_behaves_like 'has_content', "#{tmpdir}/ini_setting.ini", pp, "four = five\n[one]\ntwo = three" end context '=> absent for key/value' do