1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

yaml -> YAML

This commit is contained in:
Henrik N 2008-05-25 16:17:04 +02:00
parent b0ebabafa4
commit c82f317eaa

View file

@ -226,7 +226,7 @@ class GeneratorTestCase < Test::Unit::TestCase
end
end
# Asserts that the given fixtures yaml file was generated.
# Asserts that the given fixtures YAML file was generated.
# It takes a fixture name without the <tt>.yml</tt> part.
# The parsed YAML tree is passed to a block.
def assert_generated_fixtures_for(name)