Commit 1771d181 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix Rubocop offense in grouped statuses class specs

parent 2e7965e9
......@@ -55,7 +55,7 @@ describe Ci::Group do
it 'returns an array of three groups' do
expect(stage.groups).to be_a Array
expect(stage.groups).to all(be_a Ci::Group)
expect(stage.groups).to all(be_a described_class)
expect(stage.groups.size).to eq 3
end
......
Markdown is supported
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