mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
requies
=> requires
This commit is contained in:
parent
3d5c4a1647
commit
1adaf6ca9f
1 changed files with 1 additions and 1 deletions
|
@ -1145,7 +1145,7 @@ config.assets.digest = true
|
|||
```
|
||||
|
||||
Rails 4 no longer sets default config values for Sprockets in `test.rb`, so
|
||||
`test.rb` now requies Sprockets configuration. The old defaults in the test
|
||||
`test.rb` now requires Sprockets configuration. The old defaults in the test
|
||||
environment are: `config.assets.compile = true`, `config.assets.compress =
|
||||
false`, `config.assets.debug = false` and `config.assets.digest = false`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue