我正在使用 rails4 跟踪敏捷 Web 开发,
在 rake 测试中我遇到了这个失败。我不知道出了什么问题...我知道这会导致问题
我的order_notifier_test,我在 app/views/order_notifier 下
assert_match /<td>1×<\/td>\s*<td>Programming Ruby 1.9<\/td>/,
mail.body.encoded
shipped.text.erb
失败
OrderNotifierTest#test_shipped [Work/depot/test/mailers/order_notifier_test.rb:17]:
Expected /<td>1×<\/td>\s*<td>Programming Ruby 1.9<\/td>/ to match "<h3>Pragmatic Order Shipped</h3>\r\n<p>\r\n This is just to let you know that we've shipped your recent order:\r\n</p>\r\n \r\n<table>\r\n <tr><th colspan=\"2\">Qty</th><th>Description</th></tr>\r\n 1 x Programming Ruby 1.9\r\n\r\n</table>\r\n".
随意浏览存储库以获取更多信息(我的系统也在 README.md 下)