0
我想知道水豚配對者是否會處理ERB。例如:Rails - 水貂匹配器進程ERB嗎?
<html>
<head>
<title>Random</title>
</head>
<body>
<%= "Hello World" %>
</body>
</html>
如果我在RSpec的文件中運行expect(page).to have_content("Hello World")
,它將返回真或假?如果錯誤,是否有辦法讓水豚進入ERB?
謝謝