Skip to content

Commit

Permalink
Merge pull request #396 from hunner/change_each
Browse files Browse the repository at this point in the history
Change all to each
  • Loading branch information
cyberious committed Jan 14, 2015
2 parents 8db1f2e + bfb5268 commit 39fa2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/fqdn_rotate_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
after :each do
shell("if [ -f '#{facts_d}/fqdn.txt' ] ; then rm '#{facts_d}/fqdn.txt' ; fi")
end
before :all do
before :each do
#No need to create on windows, PE creates by default
if fact('osfamily') !~ /windows/i
shell("mkdir -p '#{facts_d}'")
Expand Down

0 comments on commit 39fa2d1

Please sign in to comment.