From bd8ef9d1d82535ffd2f6dd7aa13038096aef8097 Mon Sep 17 00:00:00 2001 From: Trevor Bramble Date: Thu, 22 Mar 2018 14:06:53 -0700 Subject: [PATCH] Remove obsolete mock (#2869) This mock was a remenant of file reading tests that became obsolete with the centralization of that code. Signed-off-by: Trevor Bramble --- test/helper.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/helper.rb b/test/helper.rb index 240b6f666..1994361b0 100644 --- a/test/helper.rb +++ b/test/helper.rb @@ -177,7 +177,6 @@ class MockLoader '/etc/postgresql/9.5/main' => mockfile.call('9.5.main'), '/var/lib/postgresql/9.5/main' => mockfile.call('var.9.5.main'), '/etc/hosts' => mockfile.call('hosts'), - '/etc/hosts_empty' => emptyfile.call, 'C:\windows\system32\drivers\etc\hosts' => mockfile.call('hosts'), '/etc/fstab' => mockfile.call('fstab'), 'fstab_no_home' => mockfile.call('fstab_no_home'),