Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
新しい期待構文を使用して:
expect(@line.filter_results_and_display_them).to == @processed
このエラーの取得:
ArgumentError: Expect 構文は演算子マッチャーをサポートしていないため、マッチャーを '#to' に渡す必要があります
この構文は機能します:
expect(@line.filter_results_and_display_them).to eq @processed