no need to escape {{ }} in spec helpers

This commit is contained in:
Jacques Crocker 2010-07-30 17:04:34 -07:00
parent 1f463d715c
commit 18dd3a141c
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ def create_layout_samples
<title>My website</title> <title>My website</title>
</head> </head>
<body> <body>
<div id="main">\{\{ content_for_layout \}\}</div> <div id="main">{{ content_for_layout }}</div>
</body> </body>
</html>}) </html>})
Factory(:layout, :site => @site) Factory(:layout, :site => @site)