mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix typo
This commit is contained in:
parent
4ca605b71b
commit
fd29b4e47f
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ module ApplicationTests
|
|||
assert defined?(Uglifier)
|
||||
end
|
||||
|
||||
test "precompile creates the filem, gives it the original asset's content and run in production as default" do
|
||||
test "precompile creates the file, gives it the original asset's content and run in production as default" do
|
||||
app_file "app/assets/javascripts/application.js", "alert();"
|
||||
app_file "app/assets/javascripts/foo/application.js", "alert();"
|
||||
|
||||
|
|
Loading…
Reference in a new issue