Skip to content

Instantly share code, notes, and snippets.

@justinstoller
Created August 24, 2012 16:24
Show Gist options
  • Save justinstoller/3452509 to your computer and use it in GitHub Desktop.
Save justinstoller/3452509 to your computer and use it in GitHub Desktop.
require 'spec_helper'
let(:defaults) do
{ 'owner' => 'root', 'group' => 'root' }
end
describe 'scott_test' do
it do should contain_file('foo', 'bar', 'baz').with(
{ 'ensure' => 'present' }.merge(defaults)
) end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment