Minor spec failure on `8-10-stable-ee`

Seen in https://dev.gitlab.org/gitlab/gitlab-ee/builds/121643:

Error summary:
  Undefined features (1)
    Admin push rules sample
    ✔  And I can add it to approver list                    # features/steps/project/merge_requests.rb:549

Feature: Admin push rules sample
    Could not find steps for `Admin push rules sample` feature
    
    
    Please create the file admin_push_rules_sample.rb at features/steps, with:
    
    class Spinach::Features::AdminPushRulesSample < Spinach::FeatureSteps
      step 'I fill in a form and submit' do
        pending 'step not implemented'
      end
    
      step 'I see my push rule saved' do
        pending 'step not implemented'
      end
    
      step 'I sign in as an admin' do
        pending 'step not implemented'
      end
    
      step 'I visit push rules page' do
        pending 'step not implemented'
      end
    end

This is weird? cc @vsizov