how to call rescue block in rspec testing code example
Example: expect method call inside rescue rspec
it { expect { object.somethig rescue StandardError }.not_to change(cat, :status) }
it { expect { object.somethig rescue StandardError }.not_to change(cat, :status) }