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

requies => requires

This commit is contained in:
Vipul A M 2014-01-24 12:32:17 +05:30
parent 3d5c4a1647
commit 1adaf6ca9f

View file

@ -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`.