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.1.4
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.1.5
Choose a head ref
  • 8 commits
  • 8 files changed
  • 3 contributors

Commits on Sep 28, 2014

  1. Configuration menu
    Copy the full SHA
    d6c78d1 View commit details
    Browse the repository at this point in the history
  2. changelog for #1723

    [skip ci]
    JonRowe committed Sep 28, 2014
    Configuration menu
    Copy the full SHA
    66f7c4c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1723 from rspec/dont_use_shellwords_with_windows_31

    Shellwords is for posix path escaping, we shouldn't use it on windows
    JonRowe committed Sep 28, 2014
    Configuration menu
    Copy the full SHA
    d65a461 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c8bb70 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1724 from rspec/add_require

    Add requires for rbconfig
    JonRowe committed Sep 28, 2014
    Configuration menu
    Copy the full SHA
    f48df6e View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2014

  1. Support absolute path patterns.

    While this wasn't officially supported previously,
    setting `rake_task.pattern` to an absolute path pattern
    in RSpec 3.0 and before worked since it delegated to
    `FileList` internally (but now just forwards the pattern
    on to the `rspec` command).
    
    Fixes #1721.
    myronmarston committed Sep 30, 2014
    Configuration menu
    Copy the full SHA
    32b986f View commit details
    Browse the repository at this point in the history
  2. Simplify contain_files matcher.

    No need for `flatten`.  This also makes the call
    sites less noisy by removing the array brackets.
    myronmarston committed Sep 30, 2014
    Configuration menu
    Copy the full SHA
    63ce327 View commit details
    Browse the repository at this point in the history
  3. Release 3.1.5.

    myronmarston committed Sep 30, 2014
    Configuration menu
    Copy the full SHA
    2537c8d View commit details
    Browse the repository at this point in the history
Loading