Skip to content

Commit

Permalink
'be_mode' was getting confused by the leading 0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Haskel committed May 5, 2014
1 parent 9fd1cb2 commit 7895319
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 7895319

Please sign in to comment.