1
0
Fork 0
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:
David Chapman 2013-03-26 13:04:52 -05:00
parent 18a0d9f02b
commit 231b1096b9

View file

@ -221,7 +221,7 @@ module ApplicationTests
assert !defined?(Uglifier) assert !defined?(Uglifier)
end 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') %>" app_file "app/assets/stylesheets/application.css.erb", "<%= asset_path('rails.png') %>"
# digest is default in false, we must enable it for test environment # digest is default in false, we must enable it for test environment
add_to_env_config "test", "config.assets.digest = true" add_to_env_config "test", "config.assets.digest = true"