Sha256: 163535f6e83466eca42d58dc6603aae037f83d282c45b7f14ef0183338fb517b

Contents?: true

Size: 255 Bytes

Versions: 2

Compression:

Stored size: 255 Bytes

Contents

# Generates migrations for a plugin's test application
class PluginTestMigrationGenerator < PluginTestHelper::Generator
  def manifest #:nodoc:
    record do |m|
      m.migration_template 'migration.rb', "#{plugin_app_root}/db/migrate"
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
plugin_test_helper-0.2.0 generators/plugin_test_migration/plugin_test_migration_generator.rb
plugin_test_helper-0.2.1 generators/plugin_test_migration/plugin_test_migration_generator.rb