@@ -1,22 +1,26 | |||||
1 | # Settings specified here will take precedence over those in config/environment.rb |
|
1 | # Settings specified here will take precedence over those in config/environment.rb | |
2 |
|
2 | |||
3 | # The test environment is used exclusively to run your application's |
|
3 | # The test environment is used exclusively to run your application's | |
4 | # test suite. You never need to work with it otherwise. Remember that |
|
4 | # test suite. You never need to work with it otherwise. Remember that | |
5 | # your test database is "scratch space" for the test suite and is wiped |
|
5 | # your test database is "scratch space" for the test suite and is wiped | |
6 | # and recreated between test runs. Don't rely on the data there! |
|
6 | # and recreated between test runs. Don't rely on the data there! | |
7 | config.cache_classes = true |
|
7 | config.cache_classes = true | |
8 |
|
8 | |||
9 | # Log error messages when you accidentally call methods on nil. |
|
9 | # Log error messages when you accidentally call methods on nil. | |
10 | config.whiny_nils = true |
|
10 | config.whiny_nils = true | |
11 |
|
11 | |||
12 | # Show full error reports and disable caching |
|
12 | # Show full error reports and disable caching | |
13 | config.action_controller.consider_all_requests_local = true |
|
13 | config.action_controller.consider_all_requests_local = true | |
14 | config.action_controller.perform_caching = false |
|
14 | config.action_controller.perform_caching = false | |
15 |
|
15 | |||
16 | config.action_mailer.perform_deliveries = true |
|
16 | config.action_mailer.perform_deliveries = true | |
17 | config.action_mailer.delivery_method = :test |
|
17 | config.action_mailer.delivery_method = :test | |
18 |
|
18 | |||
19 | config.action_controller.session = { |
|
19 | config.action_controller.session = { | |
20 | :session_key => "_test_session", |
|
20 | :session_key => "_test_session", | |
21 | :secret => "some secret phrase for the tests." |
|
21 | :secret => "some secret phrase for the tests." | |
22 | } |
|
22 | } | |
|
23 | ||||
|
24 | config.gem "thoughtbot-shoulda", :lib => "shoulda", :source => "http://gems.github.com" | |||
|
25 | config.gem "nofxx-object_daddy", :lib => "object_daddy", :source => "http://gems.github.com" | |||
|
26 | config.gem "mocha" |
@@ -1,22 +1,26 | |||||
1 | # Settings specified here will take precedence over those in config/environment.rb |
|
1 | # Settings specified here will take precedence over those in config/environment.rb | |
2 |
|
2 | |||
3 | # The test environment is used exclusively to run your application's |
|
3 | # The test environment is used exclusively to run your application's | |
4 | # test suite. You never need to work with it otherwise. Remember that |
|
4 | # test suite. You never need to work with it otherwise. Remember that | |
5 | # your test database is "scratch space" for the test suite and is wiped |
|
5 | # your test database is "scratch space" for the test suite and is wiped | |
6 | # and recreated between test runs. Don't rely on the data there! |
|
6 | # and recreated between test runs. Don't rely on the data there! | |
7 | config.cache_classes = true |
|
7 | config.cache_classes = true | |
8 |
|
8 | |||
9 | # Log error messages when you accidentally call methods on nil. |
|
9 | # Log error messages when you accidentally call methods on nil. | |
10 | config.whiny_nils = true |
|
10 | config.whiny_nils = true | |
11 |
|
11 | |||
12 | # Show full error reports and disable caching |
|
12 | # Show full error reports and disable caching | |
13 | config.action_controller.consider_all_requests_local = true |
|
13 | config.action_controller.consider_all_requests_local = true | |
14 | config.action_controller.perform_caching = false |
|
14 | config.action_controller.perform_caching = false | |
15 |
|
15 | |||
16 | config.action_mailer.perform_deliveries = true |
|
16 | config.action_mailer.perform_deliveries = true | |
17 | config.action_mailer.delivery_method = :test |
|
17 | config.action_mailer.delivery_method = :test | |
18 |
|
18 | |||
19 | config.action_controller.session = { |
|
19 | config.action_controller.session = { | |
20 | :session_key => "_test_session", |
|
20 | :session_key => "_test_session", | |
21 | :secret => "some secret phrase for the tests." |
|
21 | :secret => "some secret phrase for the tests." | |
22 | } |
|
22 | } | |
|
23 | ||||
|
24 | config.gem "thoughtbot-shoulda", :lib => "shoulda", :source => "http://gems.github.com" | |||
|
25 | config.gem "nofxx-object_daddy", :lib => "object_daddy", :source => "http://gems.github.com" | |||
|
26 | config.gem "mocha" |
General Comments 0
You need to be logged in to leave comments.
Login now