Skip to content

Expect to raise exception in assertion within should_receive

gitlab-qa-bot requested to merge github/fork/gburt/master into master

Created by: gburt

I'm seeing behavior where the exception isn't thrown in my rails app, but it is thrown in this test -- but as the test was written it doesn't confirm the exception/assertion is raised; this fixed that.

Merge request reports