使用しようとすると、このエラーが発生しますtime_ago_in_words
。
Comparison of String with ActiveSupport::Duration failed
オブジェクトが 8 分以上前に作成されたかどうかを確認しようとしています。
<% if time_ago_in_words(obj.created_at) > 8.minutes %>
<p>Yes</p>
<% end %>
誰かがこのテストを実行する正しい方法を知っていれば幸いです。