Sha256: 5b8de91b5b756647587eefdedcecb11b4fd3c988bfcb1c5646b1fc1960fc9172
Contents?: true
Size: 257 Bytes
Versions: 12
Compression:
Stored size: 257 Bytes
Contents
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: %Q{ -m 'Initial commit' } end
Version data entries
12 entries across 12 versions & 1 rubygems