Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rspec/rspec-rails
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.3
Choose a base ref
...
head repository: rspec/rspec-rails
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.4
Choose a head ref
  • 18 commits
  • 27 files changed
  • 1 contributor

Commits on Oct 31, 2023

  1. Merge pull request #2684 from TimoPeraza/fix-have-broadcasted-to-anyt…

    …hing-matcher
    
    Adding values_match? in have_broadcasted_to checker to accept anything as a hash value when data is provided
    JonRowe committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    96dd889 View commit details
    Browse the repository at this point in the history
  2. Changelog for #2684

    JonRowe committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    bb5718d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2685 from rspec/fix-rails-main-build

    Fix Rails `main` build
    JonRowe committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    5e2e23e View commit details
    Browse the repository at this point in the history
  4. Changelog for #2685

    JonRowe committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    ae4b163 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2694 from taketo1113/view-spec-with-model-name

    Fix variable name when generate scaffold with namespace & model-name
    JonRowe committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    3bb2588 View commit details
    Browse the repository at this point in the history
  6. Changelog for #2694

    JonRowe committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    296acef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f9467e9 View commit details
    Browse the repository at this point in the history
  8. Use github checkout action v4

    JonRowe committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    c1e723f View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Merge pull request #2704 from rspec/fix-screenshot-meta-access

    Fix failure screenshots on Rails 7.1
    JonRowe committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    f8fbbc0 View commit details
    Browse the repository at this point in the history
  2. Changelog for #2704

    JonRowe committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    e5943ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbce82e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2698 from jcoyne/no-webdrivers

    Stop using webdrivers
    JonRowe committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    72f4a01 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2710 from rspec/fix-6-0

    Fix verify_mailer_preview_path on 6-0
    JonRowe authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    1814538 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Merge pull request #2711 from rspec/fix-leak-of-execution-context

    Fix leak of execution context between specs
    JonRowe committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    26b38df View commit details
    Browse the repository at this point in the history
  2. Changelog for #2711

    JonRowe committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    51dc112 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Merge pull request #2714 from rspec/fix-stub-template

    Prevent `stub_template` from leaking between view specs
    JonRowe committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    bfef0aa View commit details
    Browse the repository at this point in the history
  2. Changelog for #2714

    JonRowe committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    ee0f8cb View commit details
    Browse the repository at this point in the history
  3. v6.0.4

    JonRowe committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    208eae5 View commit details
    Browse the repository at this point in the history
Loading