Skip to content

Commit

Permalink
Test was using the wrong directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Haskel committed Feb 17, 2015
1 parent 438209d commit 082c584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/custom_config_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class { 'apache': }
apply_manifest(pp, :catch_failures => true)
end

describe file("#{$vhost_dir}/prefix_test.conf") do
describe file("#{$confd_dir}/prefix_test.conf") do
it { is_expected.to be_file }
end
end
Expand Down

0 comments on commit 082c584

Please sign in to comment.