annotate .svn/pristine/be/be90f4942b9fef3772683eb8abd9a2cf97bea5fc.svn-base @ 1327:287f201c2802 redmine-2.2-integration

Add italic
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Wed, 19 Jun 2013 20:56:22 +0100
parents cbb26bc654de
children
rev   line source
Chris@909 1 # Settings specified here will take precedence over those in config/environment.rb
Chris@909 2
Chris@909 3 # The test environment is used exclusively to run your application's
Chris@909 4 # test suite. You never need to work with it otherwise. Remember that
Chris@909 5 # your test database is "scratch space" for the test suite and is wiped
Chris@909 6 # and recreated between test runs. Don't rely on the data there!
Chris@909 7 config.cache_classes = true
Chris@909 8
Chris@909 9 # Log error messages when you accidentally call methods on nil.
Chris@909 10 config.whiny_nils = true
Chris@909 11
Chris@909 12 # Show full error reports and disable caching
Chris@909 13 config.action_controller.consider_all_requests_local = true
Chris@909 14 config.action_controller.perform_caching = false
Chris@909 15
Chris@909 16 config.action_mailer.perform_deliveries = true
Chris@909 17 config.action_mailer.delivery_method = :test
Chris@909 18
Chris@909 19 config.action_controller.session = {
Chris@909 20 :key => "_test_session",
Chris@909 21 :secret => "some secret phrase for the tests."
Chris@909 22 }
Chris@909 23
Chris@909 24 # Skip protect_from_forgery in requests http://m.onkey.org/2007/9/28/csrf-protection-for-your-existing-rails-application
Chris@909 25 config.action_controller.allow_forgery_protection = false
Chris@909 26
Chris@909 27 config.gem "shoulda", :version => "~> 2.10.3"
Chris@909 28 config.gem "edavis10-object_daddy", :lib => "object_daddy"
Chris@909 29 config.gem "mocha"