Skip to content

Commit

Permalink
Clean up a crufty comment, whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
btm committed Oct 10, 2013
1 parent 3c6faa1 commit 37b5fea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/unit/plugins/solaris2/cpu_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

require File.expand_path(File.dirname(__FILE__) + '/../../../spec_helper.rb')

# @plugin.stub(:shell_out).with("sysctl kern.securelevel").and_return(mock_shell_out(0, "kern.securelevel: 1", ""))
describe Ohai::System, "Solaris2.X cpu plugin" do
before(:each) do
@plugin = get_plugin("solaris2/cpu")
Expand Down

0 comments on commit 37b5fea

Please sign in to comment.