mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Resolves:
> WARNING: Using `expect { }.not_to raise_error(SpecificErrorClass)`
> risks false positives, since literally any other error would cause the
> expectation to pass, including those raised by Ruby (e.g.
> NoMethodError, NameError and ArgumentError), meaning the code you are
> intending to test may not even get reached. Instead consider using
> `expect { }.not_to raise_error` or `expect { }.to
> raise_error(DifferentSpecificErrorClass)`.
|
||
|---|---|---|
| .. | ||
| ability | ||
| controllers | ||
| datatables | ||
| factories | ||
| features | ||
| helpers | ||
| mailers | ||
| models | ||
| pdfs | ||
| routing | ||
| serializers | ||
| support | ||
| views/layouts | ||
| spec_helper.rb | ||