aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2008-05-19 22:04:43 +0200
committerXavier Noria <fxn@hashref.com>2008-05-19 22:04:43 +0200
commit55b995ba6bafdddd01dc8fe6591aaada6e03197f (patch)
tree8238bd2375caad97e421c0b97ba4aceaa9b8b085 /railties
parent69597df908334df5ed0c55794d28f17865d448b8 (diff)
downloadrails-55b995ba6bafdddd01dc8fe6591aaada6e03197f.tar.gz
rails-55b995ba6bafdddd01dc8fe6591aaada6e03197f.tar.bz2
rails-55b995ba6bafdddd01dc8fe6591aaada6e03197f.zip
gsub("css", "CSS") and assorted improvements
Diffstat (limited to 'railties')
-rw-r--r--railties/test/generators/generator_test_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/test/generators/generator_test_helper.rb b/railties/test/generators/generator_test_helper.rb
index 41ddeb7d71..05dca3400e 100644
--- a/railties/test/generators/generator_test_helper.rb
+++ b/railties/test/generators/generator_test_helper.rb
@@ -206,7 +206,7 @@ class GeneratorTestCase < Test::Unit::TestCase
end
end
- # Asserts that the given css stylesheet file was generated.
+ # Asserts that the given CSS stylesheet file was generated.
# It takes a path without the <tt>.css</tt> part.
# The contents of the stylesheet source file is passed to a block.
def assert_generated_stylesheet(path)