aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application
diff options
context:
space:
mode:
authorCarl Lerche <carllerche@mac.com>2010-01-28 10:45:25 -0800
committerCarl Lerche <carllerche@mac.com>2010-01-28 10:45:25 -0800
commitf15bbcf97ee09d431e3ad347beb3fd31a411dda2 (patch)
tree99fb184b4fb317511ea032f35de1f5a7965b03a2 /railties/test/application
parente7418ab63cc4aa024367851f2f692032840cfe76 (diff)
downloadrails-f15bbcf97ee09d431e3ad347beb3fd31a411dda2.tar.gz
rails-f15bbcf97ee09d431e3ad347beb3fd31a411dda2.tar.bz2
rails-f15bbcf97ee09d431e3ad347beb3fd31a411dda2.zip
Move the ActiveRecord generator settings into the Railtie
Diffstat (limited to 'railties/test/application')
-rw-r--r--railties/test/application/generators_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/test/application/generators_test.rb b/railties/test/application/generators_test.rb
index 13fbdfb417..e54edea07c 100644
--- a/railties/test/application/generators_test.rb
+++ b/railties/test/application/generators_test.rb
@@ -34,7 +34,7 @@ module ApplicationTests
end
test "generators set rails options" do
- with_config do |c|
+ with_bare_config do |c|
c.generators.orm = :datamapper
c.generators.test_framework = :rspec
c.generators.helper = false