Skip to content

Conversation

@arielvalentin
Copy link
Contributor

The previous test suite was quite limited and did not provide coverage for the functionality.

This commit adds test coverage by exercising a test Rails app and checking the results of the generated spans.

Minitest spec does not provide out of the box support for Rails.

Rather than adding an additional depedency on Minitest Rails, I opted to use plain old ActionController::TestCase.

The previous test suite was quite limited and did not provide coverage for the functionality.

This commit adds test coverage by exercising a test Rails app and checking the results of the generated spans.

Minitest spec does not provide out of the box support for Rails.

Rather than adding an additional depedency on [Minitest Rails](https://github.com/minitest/minitest-rails),
I opted to use plain old `ActionController::TestCase`.
@arielvalentin arielvalentin marked this pull request as ready for review December 16, 2025 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant