diff options
-rw-r--r-- | spec/unit/plugins/darwin/system_profiler_spec.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/spec/unit/plugins/darwin/system_profiler_spec.rb b/spec/unit/plugins/darwin/system_profiler_spec.rb index bea074d0..366d2ec7 100644 --- a/spec/unit/plugins/darwin/system_profiler_spec.rb +++ b/spec/unit/plugins/darwin/system_profiler_spec.rb @@ -19,13 +19,6 @@ require_relative "../../../spec_helper.rb" require_relative "system_profiler_output.rb" -begin - require "plist" -rescue LoadError => e - puts "The darwin systemprofile plugin spec tests will fail without the 'plist' library/gem.\n\n" - raise e -end - describe Ohai::System, "Darwin system_profiler plugin", :unix_only do before(:each) do @plugin = get_plugin("darwin/system_profiler") |