Sha256: 68604536f9136b241223e06bad72a2e874ebdf440b7102e9037aa8ef1923797f
Contents?: true
Size: 297 Bytes
Versions: 1
Compression:
Stored size: 297 Bytes
Contents
# Load the plugin testing framework $:.unshift("#{File.dirname(__FILE__)}/../../../../test/plugin_test_helper/lib") require 'rubygems' require 'plugin_test_helper' PluginAWeek::PluginMigrations.migrate('has_roles') # Run the migrations ActiveRecord::Migrator.migrate("#{RAILS_ROOT}/db/migrate")
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
has_roles-0.0.2 | test/test_helper.rb |