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:
parent
1e6612ef80
commit
ccd422f792
1 changed files with 0 additions and 4 deletions
|
@ -32,10 +32,6 @@ module ApplicationTests
|
||||||
end
|
end
|
||||||
RUBY
|
RUBY
|
||||||
|
|
||||||
app_file "config/initializers/bla.rb", <<-RUBY
|
|
||||||
Blog::Engine.eager_load!
|
|
||||||
RUBY
|
|
||||||
|
|
||||||
@plugin.write "config/routes.rb", <<-RUBY
|
@plugin.write "config/routes.rb", <<-RUBY
|
||||||
Blog::Engine.routes.draw do
|
Blog::Engine.routes.draw do
|
||||||
resources :posts do
|
resources :posts do
|
||||||
|
|
Loading…
Reference in a new issue