1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

We don't need that initializer in tests

This commit is contained in:
Piotr Sarnacki 2010-07-20 18:08:35 +02:00
parent 1e6612ef80
commit ccd422f792

View file

@ -32,10 +32,6 @@ module ApplicationTests
end
RUBY
app_file "config/initializers/bla.rb", <<-RUBY
Blog::Engine.eager_load!
RUBY
@plugin.write "config/routes.rb", <<-RUBY
Blog::Engine.routes.draw do
resources :posts do