summaryrefslogtreecommitdiff
path: root/spec/unit/plugins/linux/platform_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/plugins/linux/platform_spec.rb')
-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