Skip to content

Instantly share code, notes, and snippets.

@edavis10
Created February 26, 2009 02:20
Show Gist options
  • Save edavis10/70595 to your computer and use it in GitHub Desktop.
Save edavis10/70595 to your computer and use it in GitHub Desktop.
task :integrity => ['config/database.yml', 'test']
file 'config/database.yml' do
cp 'config/database.yml.sample', 'config/database.yml'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment