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.0.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.0.3
Choose a head ref
  • 13 commits
  • 11 files changed
  • 3 contributors

Commits on Jun 25, 2014

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

Commits on Jun 29, 2014

  1. Backport pull request #1623 from treppo/master

    Removing code duplication in feature test
    
    The verification on the expectors was run twice in the feature test for the
    integration of mocking frameworks. Tests still pass, maybe a millisecond faster.
    treppo authored and cupakromer committed Jun 29, 2014
    Configuration menu
    Copy the full SHA
    64696d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2014

  1. Improve spec.

    - The original spec had a double-slashed path like
      '/Code/gems//arbitrary'.
    - Stubbing `Dir.getwd` forced the implementation to
      use that, but we'd like to reuse `RSpec::Metadata.relative_path`
      which does not use `Dir.getwd` internally.
    myronmarston committed Jul 15, 2014
    2 Configuration menu
    Copy the full SHA
    5c28843 View commit details
    Browse the repository at this point in the history
  2. Refactor backtrace formatter implementation.

    - doesnt_match_inclusion_pattern_unless_system_exclusion?
      has a double negative and was being used in a compound
      conditional, which made my head explode. I couldn't
      understand it at all.
    - Reuse `Metadata.relative_path` rather than having our own
      logic to do that.
    - It'll perform better to get the relative path once rather
      than doing it once per pattern in the `patterns.any?` block.
    - Add spec for case that is covered by a cucumber scenario but
      not by an existing spec (an earlier version of this commit
      broke that cucumber scenario but no specs failed, revealing
      the missing spec coverage).
    myronmarston committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    0dee3ee View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2014

  1. Merge pull request #1636 from nicklink483/fix_metadata_build_descript…

    …ion_from
    
    describe parameters can now be classes without error
    JonRowe committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    21f2a8b View commit details
    Browse the repository at this point in the history
  2. changelog for #1636

    Conflicts:
    	Changelog.md
    JonRowe committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    ca6d4ec View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1616 from rspec/fix_exclusion_priority_for_workin…

    …g_directory
    
    Ignore working directory when excluding system patterns.
    JonRowe committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    b7548b3 View commit details
    Browse the repository at this point in the history
  4. changelog for #1616

    JonRowe committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    00370ab View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1642 from rspec/update_rake_task_docs

    Update rake task docs with note about LoadError
    JonRowe committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    1d051f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2014

  1. Fix full changelog link.

    [ci skip]
    myronmarston committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    dfaac70 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2014

  1. Merge pull request #1637 from tomykaira/fix_wrap_args

    Add placeholder for code_or_symbol to NullColorizer
    JonRowe committed Jul 19, 2014
    Configuration menu
    Copy the full SHA
    ba9da85 View commit details
    Browse the repository at this point in the history
  2. changelog for #1637

    JonRowe committed Jul 19, 2014
    Configuration menu
    Copy the full SHA
    af7f121 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2014

  1. Release 3.0.3.

    myronmarston committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    527d829 View commit details
    Browse the repository at this point in the history
Loading