HomePhorge

(maint) Remove deprecated `.to_not raise_error(args)` calls
a90f21ac57c1Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(maint) Remove deprecated .to_not raise_error(args) calls

From RSpec:

DEPRECATION: `expect { }.not_to raise_error(SpecificErrorClass, message)` is deprecated. Use `expect { }.not_to raise_error` (with no args) instead.

This commit removes all args from .to_not raise_error expectations.

Details

Provenance
Adrien Thebo <git@somethingsinistral.net>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU87579d6355b2: (maint) Avoid rspec examples using variable behavior
Branches
Unknown
Tags
Unknown

Event Timeline

Adrien Thebo <git@somethingsinistral.net> committed rPUa90f21ac57c1: (maint) Remove deprecated `.to_not raise_error(args)` calls (authored by Adrien Thebo <git@somethingsinistral.net>).Jul 15 2014, 10:21 PM