Skip to content
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: rubinius/rubinius
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f241e40caedb
Choose a base ref
...
head repository: rubinius/rubinius
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6fc3e4728053
Choose a head ref
  • 6 commits
  • 59 files changed
  • 2 contributors

Commits on Feb 15, 2015

  1. Adds NumerousWithSize class to help spec the size method behaviour on…

    … Enumerable methods that return an Enumerator.
    fmfdias committed Feb 15, 2015
    Copy the full SHA
    b5d5d78 View commit details
  2. Adds specs to Enumerable methods that return an Enumerator.

    The tests check if the size method on the resulting Enumerator instance returns the correct value.
    fmfdias committed Feb 15, 2015
    Copy the full SHA
    3525693 View commit details
  3. Adds specs to Array methods that return an Enumerator.

    The tests check if the size method on the resulting Enumerator instance returns the correct value.
    fmfdias committed Feb 15, 2015
    Copy the full SHA
    14e015a View commit details

Commits on Feb 16, 2015

  1. Tag tests as failing.

    fmfdias committed Feb 16, 2015
    Copy the full SHA
    d310784 View commit details

Commits on Feb 17, 2015

  1. Updates spec name.

    fmfdias committed Feb 17, 2015
    Copy the full SHA
    ea698e0 View commit details
  2. Merge pull request #3318 from fmfdias/spec-enumerable-size

    Spec size method calls on Enumerator instances returned by Enumerable methods.
    jemc committed Feb 17, 2015
    Copy the full SHA
    6fc3e47 View commit details
Loading