Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
spastorino committed Aug 15, 2011
1 parent 4ca605b commit fd29b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/test/application/assets_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def app
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();"

Expand Down

0 comments on commit fd29b4e

Please sign in to comment.