Sha256: b64b3be6a1423dcf71e0e965e8e67b8061eceb47d3d1ab68c7b58d136c098615

Contents?: true

Size: 259 Bytes

Versions: 2

Compression:

Stored size: 259 Bytes

Contents

# Upgrade to rspec-rails-2

## What's changed

### View specs

Rails changed the way it renders partials, so to set an expectation that a partial
gets rendered:

    view.should_receive(:_render_partial).
      with(hash_including(:partial => "widget/row"))

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rspec-rails-2.0.0.beta.10 Upgrade.markdown
rspec-rails-2.0.0.beta.9.1 Upgrade.markdown