using the new expect syntax:
expect(@line.filter_results_and_display_them).to == @processed
Getting this error:
ArgumentError: The expect syntax does not support operator matchers, so you must pass a matcher to '#to'
This syntax works:
expect(@line.filter_results_and_display_them).to eq @processed
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With