diff options
author | David Chapman <david@dchapman.io> | 2013-03-26 13:04:52 -0500 |
---|---|---|
committer | David Chapman <david@dchapman.io> | 2013-03-26 13:04:52 -0500 |
commit | 231b1096b9b48f855f83dbde75ccc9e52e4af880 (patch) | |
tree | 2b7329d6283b78fe48ccff0463d21c7ef08b8abc /railties/test/application | |
parent | 18a0d9f02b96a7d32ffa14cf16560ee3d5ee6cb2 (diff) | |
download | rails-231b1096b9b48f855f83dbde75ccc9e52e4af880.tar.gz rails-231b1096b9b48f855f83dbde75ccc9e52e4af880.tar.bz2 rails-231b1096b9b48f855f83dbde75ccc9e52e4af880.zip |
s/and and run/and runs/
Fixing some typos/grammar.
Diffstat (limited to 'railties/test/application')
-rw-r--r-- | railties/test/application/assets_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/test/application/assets_test.rb b/railties/test/application/assets_test.rb index e0cbe73fc4..e5503b1eff 100644 --- a/railties/test/application/assets_test.rb +++ b/railties/test/application/assets_test.rb @@ -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" |