Sha256: d317f1403798ca5e5570bfe2ec55b8d6cfd3a438556c6e3af08e0808667b6b4b

Contents?: true

Size: 372 Bytes

Versions: 1

Compression:

Stored size: 372 Bytes

Contents

# If you want to change the default rails environment
# ENV['RAILS_ENV'] ||= 'your_env'

# Load the plugin testing framework
require 'plugin_test_helper'

# Load the Rails environment
require 'config/environment'

# Load the unit testing framework
require 'test/unit'

# 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.1 generators/plugin_test_helper/templates/test_helper.rb