diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2011-08-15 15:35:47 -0300 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2011-08-15 15:35:47 -0300 |
commit | fd29b4e47f498ac259c8d3c3fcfaa61c99f2972a (patch) | |
tree | ec518c47c425120924e0e38d2c685ce8951dd836 /railties/test | |
parent | 4ca605b71b0482c34c735b63b94ed001786c7125 (diff) | |
download | rails-fd29b4e47f498ac259c8d3c3fcfaa61c99f2972a.tar.gz rails-fd29b4e47f498ac259c8d3c3fcfaa61c99f2972a.tar.bz2 rails-fd29b4e47f498ac259c8d3c3fcfaa61c99f2972a.zip |
Fix typo
Diffstat (limited to 'railties/test')
-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 ccc03f8d9c..7e68de5674 100644 --- a/railties/test/application/assets_test.rb +++ b/railties/test/application/assets_test.rb @@ -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();" |