mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
s/and and run/and runs/
Fixing some typos/grammar.
This commit is contained in:
parent
18a0d9f02b
commit
231b1096b9
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ module ApplicationTests
|
|||
assert !defined?(Uglifier)
|
||||
end
|
||||
|
||||
test "precompile properly refers files referenced with asset_path and and run in the provided RAILS_ENV" do
|
||||
test "precompile properly refers files referenced with asset_path and runs in the provided RAILS_ENV" do
|
||||
app_file "app/assets/stylesheets/application.css.erb", "<%= asset_path('rails.png') %>"
|
||||
# digest is default in false, we must enable it for test environment
|
||||
add_to_env_config "test", "config.assets.digest = true"
|
||||
|
|
Loading…
Reference in a new issue