Sha256: 437c8dd11ee416492ae474ab3af15638b6c3a5bc5fabd07802e9f8fb8fdb6e32

Contents?: true

Size: 245 Bytes

Versions: 3

Compression:

Stored size: 245 Bytes

Contents

class FullMigrationTestGenerator < Rails::Generator::Base
  def manifest
    record do |m|

      m.directory 'test/migration'
      m.template 'full_migration_test.rb',
                 'test/migration/full_migration_test.rb'
    end
  end
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
birdbath-1.3.5 generators/full_migration_test/full_migration_test_generator.rb
birdbath-1.3.4 generators/full_migration_test/full_migration_test_generator.rb
migration_test_helper-1.3.3 ./generators/full_migration_test/full_migration_test_generator.rb