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: rspec/rspec-rails
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Choose a base ref
...
head repository: rspec/rspec-rails
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.1
Choose a head ref
  • 10 commits
  • 15 files changed
  • 2 contributors

Commits on Oct 11, 2010

  1. 1 Configuration menu
    Copy the full SHA
    0115007 View commit details
    Browse the repository at this point in the history
  2. Generated mock_[model] method adds (optional) stubs on each reference.

    - This fixes an edge case bug that appears when defining stubs using the
      lazy-eval'd block form (obj.stub(:m) {v}).
    - Closes #218.
    dchelimsky committed Oct 11, 2010
    Configuration menu
    Copy the full SHA
    ae50bf9 View commit details
    Browse the repository at this point in the history
  3. words

    dchelimsky committed Oct 11, 2010
    Configuration menu
    Copy the full SHA
    953eefc View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2010

  1. Offer option to suppress generation of request spec

    - also renamed a bunch of generator methods to make them all more
      consistent
    - Closes #237.
    dchelimsky committed Oct 12, 2010
    Configuration menu
    Copy the full SHA
    98b886b View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2010

  1. words

    dchelimsky committed Oct 13, 2010
    Configuration menu
    Copy the full SHA
    1b82c1f View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2010

  1. Tweaked assign() to work with Ruby on Rails 3.0.1.

    - Closes #243.
    baldowl authored and dchelimsky committed Oct 15, 2010
    Configuration menu
    Copy the full SHA
    dd0095a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99369b2 View commit details
    Browse the repository at this point in the history
  3. Dev: update thor tasks.

    dchelimsky committed Oct 15, 2010
    Configuration menu
    Copy the full SHA
    1bc06c8 View commit details
    Browse the repository at this point in the history
  4. History

    dchelimsky committed Oct 15, 2010
    Configuration menu
    Copy the full SHA
    e9dca62 View commit details
    Browse the repository at this point in the history
  5. bump version to 2.0.1

    dchelimsky committed Oct 15, 2010
    Configuration menu
    Copy the full SHA
    235b79c View commit details
    Browse the repository at this point in the history
Loading