Answers for "how to call rescue block in rspec testing"

0

expect method call inside rescue rspec

it { expect { object.somethig rescue StandardError }.not_to change(cat, :status) }
Posted by: Guest on June-03-2020

Browse Popular Code Answers by Language