summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-09-06 16:24:14 -0700
committerTim Smith <tsmith@chef.io>2017-09-06 16:24:14 -0700
commitf351de80210b53e042ae96d862f01a1c438eebc4 (patch)
tree38fcf0ec74d7e3e683e0d9790ba57baefea75edb
parente58a84b69008091224f66fd153e93625ccd6f289 (diff)
downloadohai-ec2_windows.tar.gz
Remove specs for the org detection method on Windowsec2_windows
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--spec/unit/plugins/ec2_spec.rb12
1 files changed, 2 insertions, 10 deletions
diff --git a/spec/unit/plugins/ec2_spec.rb b/spec/unit/plugins/ec2_spec.rb
index bf59c205..39ad41a7 100644
--- a/spec/unit/plugins/ec2_spec.rb
+++ b/spec/unit/plugins/ec2_spec.rb
@@ -342,15 +342,7 @@ describe Ohai::System, "plugin ec2" do
end
end
- describe "with amazon kernel data" do
- it_behaves_like "ec2"
-
- before(:each) do
- plugin[:kernel] = { :os_info => { :organization => "Amazon.com" } }
- end
- end
-
- describe "with EC2 Xen UUID" do
+ describe "with EC2 Xen UUID on Linux" do
it_behaves_like "ec2"
before(:each) do
@@ -359,7 +351,7 @@ describe Ohai::System, "plugin ec2" do
end
end
- describe "with non-EC2 Xen UUID" do
+ describe "with non-EC2 Xen UUID on Linux" do
it_behaves_like "!ec2"
before(:each) do