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: v3.5.0.beta1
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: v3.5.0.beta2
Choose a head ref
  • 18 commits
  • 17 files changed
  • 6 contributors

Commits on Feb 6, 2016

  1. Return RSpec rails to 3.5.0.pre

    Sam Phippen committed Feb 6, 2016
    Configuration menu
    Copy the full SHA
    8117cbd View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2016

  1. Configuration menu
    Copy the full SHA
    41de594 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb51403 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1548 from rspec/add_negated_template_examples

    Add negated template examples
    Sam Phippen committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    8aef271 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2016

  1. Let float have an incrementing number

    If a model has 2 float attributes, the auto generated
    tests are failing ones because of duplicate value.
    Alwahsh committed Feb 8, 2016
    Configuration menu
    Copy the full SHA
    50b4ec8 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2016

  1. Configuration menu
    Copy the full SHA
    6b17043 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1550 from Alwahsh/fix_scaffolds

    Fixing index view tests for a scaffold with multiple float attributes
    JonRowe committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    fa9a67b View commit details
    Browse the repository at this point in the history
  3. Changelog for #1550

    [skip ci]
    JonRowe committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    897d2a5 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2016

  1. update link to latest

    JonRowe committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    5fcd2fd View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2016

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

Commits on Feb 14, 2016

  1. Merge pull request #1553 from rspec/readme_for_mailer

    Add readme for mailer specs
    JonRowe committed Feb 14, 2016
    Configuration menu
    Copy the full SHA
    41628f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2016

  1. move #738 regression check to spec

    This is confusing and not useful as documentation, all #738 was intended
    to do was to prevent our let definitions from being defined earlier than
    3rd party inclusions (and hence being overriden) which was confusing
    behaviour, so move it to a spec.
    JonRowe committed Feb 28, 2016
    Configuration menu
    Copy the full SHA
    87ed573 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1565 from rspec/move_regression_check_to_spec

    Move #738 regression check to spec
    JonRowe committed Feb 28, 2016
    Configuration menu
    Copy the full SHA
    56f7d3c View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2016

  1. let request specs use integration test services

    This allows request specs to call assert_select, url_for, etc.
    bronson committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    22100fa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1560 from bronson/patch-1

    let request specs use integration test services
    JonRowe committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    73890bc View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2016

  1. Don't use Rake v11 with older rubies

    It doesn't work with Ruby 1.8.7 and 1.9.2.
    bquorning committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    93e5157 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1570 from bquorning/use-older-rake

    Don't use Rake v11 with older rubies
    JonRowe committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    a52dca9 View commit details
    Browse the repository at this point in the history
  3. bump to 3.5.0.beta2

    JonRowe committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    a80b868 View commit details
    Browse the repository at this point in the history
Loading