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

Remove use of pp in DifferDispatcher #242

Merged
merged 1 commit into from
Apr 25, 2024

Commits on Apr 25, 2024

  1. Remove use of pp in DifferDispatcher

    Was causing the following output when running tests in Rails app
    using super_diff:
    
    ```
    {:available_classes=>
      [SuperDiff::ActiveRecord::Differs::ActiveRecordRelation,
       SuperDiff::ActiveSupport::Differs::HashWithIndifferentAccess,
       SuperDiff::RSpec::Differs::CollectionContainingExactly,
       SuperDiff::RSpec::Differs::CollectionIncluding,
       SuperDiff::RSpec::Differs::HashIncluding,
       SuperDiff::RSpec::Differs::ObjectHavingAttributes,
       SuperDiff::Basic::Differs::Array,
       SuperDiff::Basic::Differs::Hash,
       SuperDiff::Basic::Differs::TimeLike,
       SuperDiff::Basic::Differs::DateLike,
       SuperDiff::Basic::Differs::MultilineString,
       SuperDiff::Basic::Differs::CustomObject,
       SuperDiff::Basic::Differs::DefaultObject]}
    ```
    sidane committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    4f52104 View commit details
    Browse the repository at this point in the history