Sha256: a66627f6cd1f94496b94b458766224320f011f00f60c626d5fae0d2991dac48e

Contents?: true

Size: 364 Bytes

Versions: 7

Compression:

Stored size: 364 Bytes

Contents

require 'config/boot'
require "#{File.dirname(__FILE__)}/../../../../plugins_plus/boot"

Rails::Initializer.run do |config|
  config.plugin_paths << '..'
  config.plugins = %w(plugins_plus state_machine has_messages validates_as_email_address has_emails)
  config.cache_classes = false
  config.whiny_nils = true
  config.action_mailer.delivery_method = :test
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
has_emails-0.1.1 test/app_root/config/environment.rb
has_emails-0.1.2 test/app_root/config/environment.rb
has_emails-0.1.3 test/app_root/config/environment.rb
has_emails-0.1.0 test/app_root/config/environment.rb
has_emails-0.1.4 test/app_root/config/environment.rb
has_emails-0.2.0 test/app_root/config/environment.rb
has_emails-0.2.1 test/app_root/config/environment.rb