after(:database_creation) do append_to_file '.gitignore', ".rbenv-vars\n" append_to_file '.gitignore', ".powder\n" append_to_file '.gitignore', "vendor/assets/bower_components\n" git :init git add: "." git commit: %{ -m 'Initial commit' } end