Sha256: 53f3f3986efcc3546367f414cf5126182f97338945c07b219364b2fbaa15c0df
Contents?: true
Size: 385 Bytes
Versions: 6
Compression:
Stored size: 385 Bytes
Contents
# Load the rails application require File.expand_path('../application', __FILE__) # Initialize the rails application TestApp::Application.initialize! ActionMailer::Base.smtp_settings = { :address => "mail.lvh.me", :port => 25000, :domain => "mail.lvh.me", :enable_starttls_auto => false, :ssl => false, :tls => false }
Version data entries
6 entries across 6 versions & 1 rubygems