Skip to content

Commit

Permalink
Merge pull request #398 from puppetlabs/master
Browse files Browse the repository at this point in the history
Pull in RSpec 3.0 fixes.
  • Loading branch information
hunner committed Jan 14, 2015
2 parents 712a58a + 39fa2d1 commit 462bea8
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 462bea8

Please sign in to comment.