Sha256: 96c852c90be24e9f7b5851d159e442fe902315642bc14026717be96df10952b7
Contents?: true
Size: 272 Bytes
Versions: 1
Compression:
Stored size: 272 Bytes
Contents
# If you want to change the default rails environment # ENV['RAILS_ENV'] ||= 'your_env' # Load the plugin testing framework require 'rubygems' require 'plugin_test_helper' # Run the migrations (optional) ActiveRecord::Migrator.migrate("#{RAILS_ROOT}/db/migrate")
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
plugin_test_helper-0.0.2 | generators/plugin_test_helper/templates/test_helper.rb |