Skip to content

Commit

Permalink
Remove obsolete mock (#2869)
Browse files Browse the repository at this point in the history
This mock was a remenant of file reading tests that became obsolete with
the centralization of that code.

Signed-off-by: Trevor Bramble <tbramble@chef.io>
  • Loading branch information
TrevorBramble committed Mar 22, 2018
1 parent 81201fa commit bd8ef9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/helper.rb
Expand Up @@ -177,7 +177,6 @@ def md.directory?
'/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'),
Expand Down

0 comments on commit bd8ef9d

Please sign in to comment.