Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
require_relative "../support/generator_spec_helper"

describe GeneratorMessages do
# Verification-only touch for #4150: this short-lived PR exercises generator-sensitive CI gating.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This comment is intentional scaffolding for the CI exercise and is fine here during the PR's lifetime. However, it contains PR-specific language ("this short-lived PR") and an issue reference that will become stale the moment this branch is deleted. It should be removed — or this file should not be merged — before anything lands in main.

Suggested change
# Verification-only touch for #4150: this short-lived PR exercises generator-sensitive CI gating.

it "has an empty messages array" do
expect(described_class.messages).to be_empty
end
Expand Down
Loading