File rubygem-rspec-rails.changes of Package rubygem-rspec-rails

-------------------------------------------------------------------
Fri Nov 13 05:39:19 UTC 2015 - coolo@suse.com

- updated to version 3.4.0
 see installed Changelog.md

  ### 3.4.0 / 2015-11-11
  [Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.3.3...v3.4.0)
  
  Enhancements:
  
  * Improved the failure message for `have_rendered` matcher on a redirect
    response. (Alex Egan, #1440)
  * Add configuration option to filter out Rails gems from backtraces.
    (Bradley Schaefer, #1458)
  * Enable resolver cache for view specs for a large speed improvement
    (Chris Zetter, #1452)
  * Add `have_enqueued_job` matcher for checking if a block has queued jobs.
    (Wojciech Wnętrzak, #1464)
  
  Bug Fixes:
  
  * Fix another load order issued which causes an undefined method `fixture_path` error
    when loading rspec-rails after a spec has been created. (Nikki Murray, #1430)
  * Removed incorrect surrounding whitespace in the rspec-rails backtrace
    exclusion pattern for its own `lib` code. (Jam Black, #1439)

-------------------------------------------------------------------
Thu Jul 16 04:32:52 UTC 2015 - coolo@suse.com

- updated to version 3.3.3
 see installed Changelog.md

  ### 3.3.3 / 2015-07-15
  [Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.3.2...v3.3.3)
  
  Bug Fixes:
  
  * Fix issue with generators caused by `Rails.configuration.hidden_namespaces`
    including symbols. (Dan Kohn, #1414)

-------------------------------------------------------------------
Fri Jun 19 04:33:32 UTC 2015 - coolo@suse.com

- updated to version 3.3.2
 see installed Changelog.md

  ### 3.3.2 / 2015-06-18
  [Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.3.1...v3.3.2)
  
  Bug Fixes:
  
  * Fix regression that caused stubbing abstract ActiveRecord model
    classes to trigger internal errors in rails due the the verifying
    double lifecycle wrongly calling `define_attribute_methods` on the
    abstract AR class. (Jon Rowe, #1396)

-------------------------------------------------------------------
Wed Jun 17 04:40:59 UTC 2015 - coolo@suse.com

- updated to version 3.3.1
 see installed Changelog.md

  ### 3.3.1 / 2015-06-14
  [Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.3.0...v3.3.1)
  
  Bug Fixes:
  
  * Fix regression that caused stubbing ActiveRecord model classes to
    trigger internal errors in rails. (Myron Marston, Aaron Kromer, #1395)
  
  ### 3.3.0 / 2015-06-12
  [Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.2.3...v3.3.0)
  
  Enhancements:
  
  * Add support for PATCH to route specs created via scaffold. (Igor Zubkov, #1336)
  * Improve controller and routing spec calls to `routes` by using `yield`
    instead of `call`. (Anton Davydov, #1308)
  * Add support for `ActiveJob` specs as standard `RSpec::Rails::RailsExampleGoup`s
    via both `:type => :job` and inferring type from spec directory `spec/jobs`.
    (Gabe Martin-Dempesy, #1361)
  * Include `RSpec::Rails::FixtureSupport` into example groups using metadata
    `:use_fixtures => true`. (Aaron Kromer, #1372)
  * Include `rspec:request` generator for generating request specs; this is an
    alias of `rspec:integration` (Aaron Kromer, #1378)
  * Update `rails_helper` generator with a default check to abort the spec run
    when the Rails environment is production. (Aaron Kromer, #1383)

-------------------------------------------------------------------
Fri Jun 12 04:34:11 UTC 2015 - coolo@suse.com

- updated to version 3.2.3
 see installed Changelog.md

  ### 3.2.3 / 2015-06-06
  [Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.2.2...v3.2.3)
  
  Bug Fixes:
  
  * Fix regression with the railtie resulting in undefined method `preview_path=`
    on Rails 3.x and 4.0 (Aaron Kromer, #1388)

-------------------------------------------------------------------
Thu Jun  4 04:37:45 UTC 2015 - coolo@suse.com

- updated to version 3.2.2
 see installed Changelog.md

  ### 3.2.2 / 2015-06-03
  
  Bug Fixes:
  
  * Fix auto-including of generic `Helper` object for view specs sitting in the
    `app/views` root (David Daniell, #1289)
  * Remove pre-loading of ActionMailer in the Railtie (Aaron Kromer, #1327)
  * Fix undefined method `need_auto_run=` error when using Ruby 2.1 and Rails 3.2
    without the test-unit gem (Orien Madgwick, #1350)
  * Fix load order issued which causes an undefined method `fixture_path` error
    when loading rspec-rails after a spec has been created. (Aaron Kromer, #1372)

-------------------------------------------------------------------
Tue Feb 24 05:30:48 UTC 2015 - coolo@suse.com

- updated to version 3.2.1

-------------------------------------------------------------------
Tue Feb 10 18:26:58 UTC 2015 - coolo@suse.com

- updated to version 3.2.0

-------------------------------------------------------------------
Mon Jan 19 21:23:02 UTC 2015 - dmueller@suse.com

- update to 3.1.0:
  * Fix controller route lookup for Rails 4.2
  [ Changelog for 2.14->3.0.2 omitted, since its huge. see
    http://www.rubydoc.info/gems/rspec-rails/file/Changelog.md ]

-------------------------------------------------------------------
Mon Oct 13 18:41:57 UTC 2014 - coolo@suse.com

- adapt to new rubygem packaging

-------------------------------------------------------------------
Sun May 18 09:04:43 UTC 2014 - coolo@suse.com

- updated to version 2.14.2
 Bug fixes
 
 * 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)

-------------------------------------------------------------------
Sun Jan  5 14:39:55 UTC 2014 - coolo@suse.com

- updated to version 2.14.1
 Bug fixes
 
 * Fixes "warning: instance variable @orig\_routes not initialized" raised by
   controller specs when `--warnings` are enabled. (Andy Lindeman)
 * Where possible, check against the version of ActiveRecord, rather than
   Rails. It is possible to use some of rspec-rails without all of Rails.
   (Darryl Pogue)
 * Supports Rails 4.1 and Minitest 5. (Patrick Van Stee, Andy Lindeman)
 * Explicitly depends on `activemodel`. This allows libraries that do not bring
   in all of `rails` to use `rspec-rails`. (John Firebaugh)
 * Use `__send__` rather than `send` to prevent naming collisions (Bradley Schaefer)

-------------------------------------------------------------------
Wed Jul 31 05:45:54 UTC 2013 - coolo@suse.com

- updated to version 2.14.0
 [full changelog](http://github.com/rspec/rspec-rails/compare/v2.14.0.rc1...v2.14.0)
 
 Bug fixes
 
 * Rake tasks do not define methods that might interact with other libraries.
   (Fujimura Daisuke)
 * Reverts fix for out-of-order `let` definitions in controller specs after the
   issue was fixed upstream in rspec-core. (Andy Lindeman)
 * Fixes deprecation warning when using `expect(Model).to have(n).records` with
   Rails 4. (Andy Lindeman)
 
 ### 2.14.0.rc1 / 2013-05-27
 [full changelog](http://github.com/rspec/rspec-rails/compare/v2.13.2...v2.14.0.rc1)
 
 Enhancements
 
 * Prelimiarily support Rails 4.1 by updating adapters to support Minitest 5.0.
   (Andy Lindeman)
 
 Bug fixes
 
 * `rake stats` runs correctly when spec files exist at the top level of the
   spec/ directory. (Benjamin Fleischer)

-------------------------------------------------------------------
Fri May 24 06:31:23 UTC 2013 - coolo@suse.com

- updated to version 2.13.2
 [full changelog](http://github.com/rspec/rspec-rails/compare/v2.13.1...v2.13.2)
 
 Bug fixes
 
 * `let` definitions may override methods defined in modules brought in via
   `config.include` in controller specs. Fixes regression introduced in 2.13.
   (Andy Lindeman, Jon Rowe)
 * Code that checks Rails version numbers is more robust in cases where Rails is
   not fully loaded. (Andy Lindeman)

-------------------------------------------------------------------
Thu May  9 17:41:41 UTC 2013 - coolo@suse.com

- updated to version 2.13.1
 Bug fixes
 
 * View specs are no longer generated if no template engine is specified (Kevin
   Glowacz)
 * `ActionController::Base.allow_forgery_protection` is set to its original
   value after each example. (Mark Dimas)
 * `patch` is supported in routing specs. (Chris Your)
 * Routing assertions are supported in controller specs in Rails 4. (Andy
   Lindeman)
 * Fix spacing in the install generator template (Taiki ONO)

-------------------------------------------------------------------
Sun Mar  3 19:52:26 UTC 2013 - coolo@suse.com

- updated to version 2.13.0
 
 Enhancements
 
 * `be_valid` matcher includes validation error messages. (Tom Scott)
 * Adds cucumber scenario showing how to invoke an anonymous controller's
   non-resourceful actions. (Paulo Luis Franchini Casaretto)
 * Null template handler is used when views are stubbed. (Daniel Schierbeck)
 * The generated `spec_helper.rb` in Rails 4 includes a check for pending
   migrations. (Andy Lindeman)
 * Adds `rake spec:features` task. (itzki)
 * Rake tasks are automatically generated for each spec/ directory.
   (Rudolf Schmidt)
 
 ### 2.12.2 / 2013-01-12
 [full changelog](http://github.com/rspec/rspec-rails/compare/v2.12.1...v2.12.2)
 
 Bug fixes
 
 * Reverts earlier fix where anonymous controllers defined the `_routes` method
   to support testing of redirection and generation of URLs from other contexts.
   The implementation ended up breaking the ability to refer to non-anonymous
   routes in the context of the controller under test.
 * Uses `assert_select` correctly in view specs generated by scaffolding. (Andy
   Lindeman)
 
-------------------------------------------------------------------
Tue Jan  8 20:12:06 UTC 2013 - coolo@suse.com

- updated to version 2.12.1
 Bug fixes
 
 * Operates correctly when ActiveRecord is only partially loaded (e.g., with
   older versions of Mongoid). (Eric Marden)
 * `expect(subject).to have(...).errors_on` operates correctly for
   ActiveResource models where `valid?` does not accept an argument. (Yi Wen)
 * Rails 4 support for routing specs. (Andy Lindeman)
 * Rails 4 support for `ActiveRecord::Relation` and the `=~` operator matcher.
   (Andy Lindeman)
 * Anonymous controllers define `_routes` to support testing of redirection
   and generation of URLs from other contexts. (Andy Lindeman)

-------------------------------------------------------------------
Mon Nov 19 13:25:54 UTC 2012 - coolo@suse.com

- updated to version 2.12.0

-------------------------------------------------------------------
Tue Sep  4 18:50:50 UTC 2012 - coolo@suse.com

- initial package (version 2.11.0)

openSUSE Build Service is sponsored by