mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
yaml -> YAML
This commit is contained in:
parent
b0ebabafa4
commit
c82f317eaa
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue