Sha256: 4e8398b762616c725669b62ac1e6e29377a9fe9a03e8613bb3191579f93b8dd6
Contents?: true
Size: 346 Bytes
Versions: 2
Compression:
Stored size: 346 Bytes
Contents
# Load the plugin testing framework $:.unshift("#{File.dirname(__FILE__)}/../../../../test/plugin_test_helper/lib") require 'rubygems' require 'plugin_test_helper' PluginAWeek::Has::Addresses.verbose = false PluginAWeek::PluginMigrations.migrate('has_addresses') # Run the migrations ActiveRecord::Migrator.migrate("#{RAILS_ROOT}/db/migrate")
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
has_addresses-0.0.1 | test/test_helper.rb |
has_addresses-0.0.2 | test/test_helper.rb |