gems rspec-rails 2.99.0.beta2

latest releases: 6.1.2, 6.1.1, 6.1.0...
10 years ago

2.99.0.beta2 / 2014-02-17

full changelog

Bug fixes

  • Use __send__ rather than send to prevent naming collisions (Bradley Schaefer)
  • Supports Rails 4.1. (Andy Lindeman)
  • Loads ActiveSupport properly to support changes in Rails 4.1. (Andy Lindeman)
  • Anonymous controllers inherit from ActionController::Base if ApplicationController
    is not present. (Jon Rowe)

Deprecations

  • Deprecates the --webrat option to the scaffold and request spec generator (Andy Lindeman)
  • Deprecates the use of Capybara::DSL (e.g., visit) in controller specs.
    It is more appropriate to use capybara in feature specs (spec/features)
    instead. (Andy Lindeman)

Don't miss a new rspec-rails release

NewReleases is sending notifications on new releases.