Answers for "expect method call inside rescue rspec"

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