Skip to content

Commit

Permalink
false -> 'absent'
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcbm committed Mar 9, 2017
1 parent d3a178c commit 143b981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/defines/run_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@
it { should compile.with_all_deps }
it { should contain_service('docker-sample').with_ensure(false) }
it { should contain_exec("remove container docker-sample").with_command('docker rm -v sample') }
it { should contain_file(initscript).with_ensure(false) }
it { should contain_file(initscript).with_ensure('absent') }
end

end
Expand Down

0 comments on commit 143b981

Please sign in to comment.