Skip to content

Commit

Permalink
Merge pull request #720 from mhaskel/vhost_mode_fix
Browse files Browse the repository at this point in the history
'be_mode' was getting confused by the leading 0.
  • Loading branch information
Ashley Penney committed May 5, 2014
2 parents 9fd1cb2 + 7895319 commit c9bc436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/vhost_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ class { 'apache': }
it { should be_directory }
it { should be_owned_by 'test_owner' }
it { should be_grouped_into 'test_group' }
it { should be_mode '0750' }
it { should be_mode 750 }
end
end

Expand Down

0 comments on commit c9bc436

Please sign in to comment.