Skip to content
Commit 9c66a9f7 authored by Björn Geuken's avatar Björn Geuken
Browse files

[ci] Fix RSpec/FilePath offense

Fixes two types of RSpec/FilePath offenses:
* The RSpec file name should match the one from the tested class.
* RSpec test files have to end with '_spec.rb'. Otherwise rspec does not
  ignores them.

Adding the _spec.rb suffix caused that these files were also recognized
by the RuboCop RSpec cops and RSpec itself.
That's why this commit includes additional RuboCop offense and RSpec
test fixes.
parent d249238c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment