Answers for "allow raise inside rescue rspec"

0

allow raise 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