Skip to content

Rename test files to support IDE-based test discovery and debugging #96

Description

@jvendetti

Our test files are currently named like test_scheduler.rb, which works fine for running the full suite. However, IDEs such as RubyMine expect test files to follow the common naming pattern *_test.rb in order to support features like test discovery and running individual tests.

Renaming files to use _test.rb enables some critical RubyMine features:

  • Detect test methods and show run/debug icons in the gutter
  • Run or debug individual tests without modifying runner configs

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Fields

No fields configured for Task.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions