Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop gap solution for long output on test cases #45882

Merged
merged 2 commits into from Aug 24, 2022

Commits on Aug 24, 2022

  1. Stop gap solution for long output on test cases

    This patch just changes the inspect method on test case instances.
    Seeing test instance internals probably isn't helpful when an exception
    is raised (for example a `NoMethodError`).
    
    This isn't as good as #45122, but should fix #45121
    tenderlove committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    f985028 View commit details
    Browse the repository at this point in the history
  2. Update activesupport/lib/active_support/test_case.rb

    Co-authored-by: John Hawthorn <john@hawthorn.email>
    tenderlove and jhawthorn committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    63c9c79 View commit details
    Browse the repository at this point in the history