summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2015-08-11 12:00:16 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2015-08-11 12:00:16 -0700
commit8570ac53b1151aa562b6bfa5b303fa1094000b7e (patch)
tree8507d15830a5e8235886b49dc2282df41ec35249
parentdaa2c558e41541a4372e4bd67b0b73f6664953c6 (diff)
downloadohai-lcg/cisco-refactor.tar.gz
fix spec derplcg/cisco-refactor
forgot to run my specs locally one last time
-rw-r--r--spec/unit/plugins/linux/platform_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/unit/plugins/linux/platform_spec.rb b/spec/unit/plugins/linux/platform_spec.rb
index a2beb81b..dbd5a431 100644
--- a/spec/unit/plugins/linux/platform_spec.rb
+++ b/spec/unit/plugins/linux/platform_spec.rb
@@ -423,7 +423,6 @@ CISCO_RELEASE
end
before do
- expect(File).to receive(:read).with("/etc/redhat-release").and_return("CentOS release 7.1")
expect(File).to receive(:read).at_least(:once).with("/etc/os-release").and_return(os_release_content)
expect(File).to receive(:read).with("/etc/shared/os-release").and_return(cisco_release_content)
end