Skip to content

Commit

Permalink
spec/setup: Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
j-vizcaino committed Apr 5, 2015
1 parent e811550 commit c2d056b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/classes/concat_setup_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
should contain_file(file).with({
:ensure => 'directory',
:mode => '0755',
:owner => 'root',
:owner => 'root',
:group => 0,
:backup => false,
})
Expand Down

0 comments on commit c2d056b

Please sign in to comment.