Sha256: 39f318e2c3c526437e613ca06b10a7a3902d877d3fbf6c3e631fc06563cef9a6
Contents?: true
Size: 447 Bytes
Versions: 31
Compression:
Stored size: 447 Bytes
Contents
namespace :slices do namespace :thin_test_slice do # add your own thin-test-slice tasks here # implement this to test for structural/code dependencies # like certain directories or availability of other files desc "Test for any dependencies" task :preflight do end # implement this to perform any database related setup steps desc "Migrate the database" task :migrate do end end end
Version data entries
31 entries across 31 versions & 1 rubygems