Skip to content

Commit 39fa2d1

Browse files
committed
Merge pull request #396 from hunner/change_each
Change all to each
2 parents 8db1f2e + bfb5268 commit 39fa2d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/acceptance/fqdn_rotate_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
after :each do
2222
shell("if [ -f '#{facts_d}/fqdn.txt' ] ; then rm '#{facts_d}/fqdn.txt' ; fi")
2323
end
24-
before :all do
24+
before :each do
2525
#No need to create on windows, PE creates by default
2626
if fact('osfamily') !~ /windows/i
2727
shell("mkdir -p '#{facts_d}'")

0 commit comments

Comments
 (0)