class CheckEscapedYamlFixturesTest
Public Instance Methods
test_proper_escaped_fixture()
click to toggle source
# File activerecord/test/cases/fixtures_test.rb, line 752 def test_proper_escaped_fixture assert_equal "The \\n Aristocrats\nAte the candy\n", funny_jokes(:another_joke).name end