summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-09-09 09:31:29 -0700
committerGitHub <noreply@github.com>2020-09-09 09:31:29 -0700
commit9b25be5fba136f26cfd1cca15db47bcd41ee9d69 (patch)
tree391d9dff28a51f3213d22e3b711cca3a1544bca0
parente551acf47230b5fd1a5f6ebe19ea920620233336 (diff)
parent813e6a3e5883c4c551c7d191cbd813a45b21ea1b (diff)
downloadchef-9b25be5fba136f26cfd1cca15db47bcd41ee9d69.tar.gz
Merge pull request #10370 from chef/remove_loops
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--spec/unit/provider/route_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/unit/provider/route_spec.rb b/spec/unit/provider/route_spec.rb
index ad5223a04f..d39ca8b155 100644
--- a/spec/unit/provider/route_spec.rb
+++ b/spec/unit/provider/route_spec.rb
@@ -230,8 +230,6 @@ describe Chef::Provider::Route do
@provider.generate_config
end
- end
- %w{ rhel fedora amazon }.each do |platform_family|
it "should write a default route file on #{platform_family} platform family" do
@node.automatic_attrs[:platform_family] = platform_family