Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.
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-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.12.2
Choose a base ref
...
head repository: rspec/rspec-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.12.3
Choose a head ref
  • 15 commits
  • 22 files changed
  • 5 contributors

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    eace2b9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3042 from rspec/update-ci-build-scripts-2023-06-2…

    …6-for-3-12-maintenance
    
    Updates from rspec-dev (2023-06-26)
    JonRowe authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    dc12308 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3039 from rspec/remove-unneeded-spec

    Remove old regression check
    JonRowe committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    dd5b489 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Use __send__ instead of send

    richardplatel authored and JonRowe committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    0fbdf73 View commit details
    Browse the repository at this point in the history
  2. Changelog for #3045

    JonRowe committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    79cbf03 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Merge pull request #3054 from rspec/improve-force-quit-message

    Warn about at_exit hooks being skipped if you force quit.
    JonRowe committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    c074ade View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    27b93d6 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Configuration menu
    Copy the full SHA
    0cc9d87 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3058 from rspec/fix-diff-lcs-build

    Run older diff-lcs on older version of activesupport
    JonRowe committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    8d6b691 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3060 from rspec/update-ci-build-scripts-2023-12-2…

    …6-for-3-12-maintenance
    
    Updates from rspec-dev (2023-12-26)
    JonRowe authored Dec 26, 2023
    Configuration menu
    Copy the full SHA
    8160ac4 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Merge pull request #3067 from threeplanetssoftware/update-documentati…

    …on-for-code-blocks
    
    Fixed errant capitalization of Ruby on code block
    pirj authored and JonRowe committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    713a2f0 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Declare drb as a dependency for specs

    Failure/Error: require 'drb/drb'
    
    LoadError:
      cannot load such file -- drb/drb
    # ./lib/rspec/core/drb.rb:1:in `require'
    # ./lib/rspec/core/drb.rb:1:in `<top (required)>'
    # ./spec/rspec/core/invocations_spec.rb:1:in `require'
    # ./spec/rspec/core/invocations_spec.rb:1:in `<top (required)>'
    pirj authored and JonRowe committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    faaf94e View commit details
    Browse the repository at this point in the history
  2. Apply PR comments

    DDKatch authored and JonRowe committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    e22fb28 View commit details
    Browse the repository at this point in the history
  3. cleanup

    JonRowe committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    2a194d0 View commit details
    Browse the repository at this point in the history
  4. v3.12.3

    JonRowe committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    ad9c79d View commit details
    Browse the repository at this point in the history
Loading