A file that does not define any feature is useless. It can either be safely removed or a feature should be added to this file.

Noncompliant Code Example

# Empty file

Compliant Solution

Feature: My feature...
  Scenario: My scenario #1
    ...