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-support
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.5.0.beta2
Choose a base ref
...
head repository: rspec/rspec-support
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.5.0.beta3
Choose a head ref
  • 15 commits
  • 7 files changed
  • 5 contributors

Commits on Mar 18, 2016

  1. Configuration menu
    Copy the full SHA
    a13fa77 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #268 from rspec/handle_jruby_split_issue

    Fix JRuby bug with encoded string splitting
    myronmarston committed Mar 18, 2016
    Configuration menu
    Copy the full SHA
    635f4b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2016

  1. Add missing require for matcher_definition.rb in object_formatter.rb

    ```
    $ pry
    [1] pry(main)> require 'rspec/support'
    => true
    [2] pry(main)> RSpec::Support.require_rspec_support 'object_formatter'
    => true
    [3] pry(main)> RSpec::Support::ObjectFormatter.format(:foo)
    NoMethodError: undefined method `is_a_matcher?' for RSpec::Support:Module
    from /Users/me/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/rspec-support-3.4.1/lib/rspec/support/object_formatter.rb:36:in `prepare_for_inspection'
    ```
    yujinakayama committed Mar 19, 2016
    Configuration menu
    Copy the full SHA
    a35f9d8 View commit details
    Browse the repository at this point in the history
  2. Support objects that don't respond to #inspect in ObjectFormatter

    ```
    [3] pry(main)> RSpec::Support::ObjectFormatter.format(BasicObject.new)
    NoMethodError: undefined method `inspect' for #<BasicObject:0x007fb0252a5a08>
    ```
    yujinakayama committed Mar 19, 2016
    Configuration menu
    Copy the full SHA
    89a2eaf View commit details
    Browse the repository at this point in the history
  3. Merge pull request #269 from rspec/support-uninspectable-object-in-ob…

    …ject-formatter
    
    Support objects that don't respond to #inspect in ObjectFormatter
    JonRowe committed Mar 19, 2016
    Configuration menu
    Copy the full SHA
    8239549 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2016

  1. Configuration menu
    Copy the full SHA
    60fc86a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6772198 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19486f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a36db6 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2016

  1. Merge pull request #270 from rspec/support-recursive-collections-in-o…

    …bject-formatter
    
    Support recursive collections in ObjectFormatter
    JonRowe committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    2975001 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6e6669 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2016

  1. Merge pull request #271 from rspec/myron/filter-run-when-matching

    Use new `filter_run_when_matching` API.
    JonRowe committed Mar 22, 2016
    Configuration menu
    Copy the full SHA
    ebaf25c View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2016

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

Commits on Mar 28, 2016

  1. Merge pull request #272 from rspec/handle-non-immediate-recursive-str…

    …uctures
    
    Handle non-immediate recursive structures in ObjectFormatter
    JonRowe committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    7f7b92b View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2016

  1. Temporarily set version for release of 3.5.0.beta3

    Sam Phippen committed Apr 2, 2016
    Configuration menu
    Copy the full SHA
    ca2e88f View commit details
    Browse the repository at this point in the history
Loading