Skip to content

CI: check for wrongly-named RSPEC test files

Jan Iven requested to merge extra_rspec_check into master

ruby files under code/spec will only be considered as testcases when ending in "_rspec.rb". Try to guess which files contain tests but are not conforming to this convention, since they otherwise get (silently) ignored, i.e seem to "pass" the test.

Merge request reports