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>
</head>
<body>
<div id="main">\{\{ content_for_layout \}\}</div>
<div id="main">{{ content_for_layout }}</div>
</body>
</html>})
Factory(:layout, :site => @site)