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.9.1
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.9.2
Choose a head ref
  • 19 commits
  • 30 files changed
  • 4 contributors

Commits on Mar 8, 2020

  1. Bump yard to support Ruby 2.7

    See: https://github.com/lsegal/yard/releases/tag/v0.9.21
    
    - Avoid a bug with a yard and source code not well rendered by bumping
    redcarpet version
    - To avoid loosing big comment in yard we need to have blank line
    
    This is not needed to provide this option
    benoittgt committed Mar 8, 2020
    Configuration menu
    Copy the full SHA
    4dd320b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2683 from rspec/enable-yard-and-bump-doc

    Enable yard and bump doc
    benoittgt authored Mar 8, 2020
    Configuration menu
    Copy the full SHA
    db5b83b View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. Merge pull request #2687 from rspec/add-around-context-warning

    Emit a warning for `around(:context)`
    JonRowe committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    36c5ad5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2691 from rspec/update-travis-build-scripts-2020-…

    …01-23-for-master
    
    Updates from rspec-dev (2020-01-23)
    pirj authored and JonRowe committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    305671f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2681 from rspec/metadata-slightly-improve-code-an…

    …d-docs
    
    Some improvements to metadata docs
    JonRowe committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    b7d4234 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2693 from skalee/missing-backtick-in-features

    Add a missing backtick in scenario title
    JonRowe committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    4d2a6bb View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2703 from rspec/ensure-exception-presenter-ignore…

    …s-invalid-cause
    
    Prevent invalid cause from breaking exception presenter
    JonRowe committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    52c3747 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2704 from marcandre/rspec_opt_array

    Fixes when given an array as `rspec_opt`
    JonRowe committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    664283f View commit details
    Browse the repository at this point in the history
  7. Changelog for #2704

    JonRowe committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    33f15a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. Configuration menu
    Copy the full SHA
    87fe9a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edd1054 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2020

  1. Sync build with master

    JonRowe committed May 2, 2020
    Configuration menu
    Copy the full SHA
    4803790 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2708 from rspec/add-default-hook-docs

    Add information about hook defaults to cucumber scenario
    JonRowe committed May 2, 2020
    Configuration menu
    Copy the full SHA
    abc6211 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2715 from rspec/scenario-explaining-failures-dont…

    …-affect-hooks
    
    Add scenario explaining example failures do not affect hooks
    JonRowe committed May 2, 2020
    Configuration menu
    Copy the full SHA
    5853848 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2718 from rspec/remove-klass-exec-in-favour-of-rs…

    …pec-support-class-exec
    
    Use shared class_exec fallback from rspec-support
    JonRowe committed May 2, 2020
    Configuration menu
    Copy the full SHA
    ab52c5a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2719 from rspec/further-improve-kw-args-specs

    Tweak keyword argument specs for shared examples
    JonRowe committed May 2, 2020
    Configuration menu
    Copy the full SHA
    c99129d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2723 from agis/gh-2721-world-reset

    Make World.reset also reset example group counts
    JonRowe committed May 2, 2020
    Configuration menu
    Copy the full SHA
    16f21bd View commit details
    Browse the repository at this point in the history
  7. Changelog for #2723

    JonRowe committed May 2, 2020
    Configuration menu
    Copy the full SHA
    a1b6ee2 View commit details
    Browse the repository at this point in the history
  8. Version 3.9.2

    JonRowe committed May 2, 2020
    Configuration menu
    Copy the full SHA
    d89b692 View commit details
    Browse the repository at this point in the history
Loading