[DRE-commits] [ruby-rspec-rails] branch master updated (e4a7356 -> 795dee2)

Caitlin Matos cm-guest at moszumanska.debian.org
Thu Aug 14 18:17:05 UTC 2014


This is an automated email from the git hooks/post-receive script.

cm-guest pushed a change to branch master
in repository ruby-rspec-rails.

      from  e4a7356   fix virtual package mess up
      adds  4248b79   imported upstream version 2.14.2
       new  720f5e2   Merge tag 'upstream/2.14.2'
       new  3df1edd   updated dependencies, description, synopsis for Rails 4.1 transition
       new  563217e   bumped compat, dh to 9
       new  c997fcc   bumped standards to 3.9.5 (no changes)
       new  060189e   bumped gem2deb >= 0.7.6
       new  b843a78   updated copyright
       new  7294130   fixed docs to be installed
       new  26c53aa   fixed VCS-Browser link
       new  28af731   added self to uploaders
       new  795dee2   finalized changelog

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |  1 +
 .rspec                                             |  1 +
 .travis.yml                                        | 40 +++++++-------
 Changelog.md                                       | 49 +++++++++++++++++
 Gemfile                                            | 22 ++++++--
 README.md                                          |  6 +-
 Rakefile                                           |  2 +-
 Thorfile                                           | 11 ++--
 debian/changelog                                   | 15 +++++
 debian/compat                                      |  2 +-
 debian/control                                     | 28 +++++-----
 debian/copyright                                   |  6 +-
 debian/ruby-rspec-rails.docs                       |  5 +-
 features/.nav                                      |  1 +
 features/Generators.md                             | 26 +++++++--
 features/matchers/relation_match_array.feature     |  7 ++-
 features/model_specs/errors_on.feature             |  2 +-
 features/model_specs/records.feature               | 27 +++++++++
 features/support/rubinius.rb                       |  6 ++
 lib/autotest/rails_rspec2.rb                       |  1 +
 .../rspec/helper/templates/helper_spec.rb          |  2 +-
 .../rspec/install/templates/spec/spec_helper.rb.tt |  7 ++-
 .../rspec/integration/integration_generator.rb     |  2 +-
 .../rspec/scaffold/scaffold_generator.rb           |  2 +-
 lib/rspec/rails.rb                                 |  4 +-
 lib/rspec/rails/adapters.rb                        | 64 ++++++++++++++++++----
 .../rails/example/controller_example_group.rb      | 11 ++--
 lib/rspec/rails/example/rails_example_group.rb     |  4 +-
 lib/rspec/rails/example/view_example_group.rb      |  5 +-
 lib/rspec/rails/extensions/active_record/base.rb   | 24 +++++---
 lib/rspec/rails/fixture_support.rb                 |  4 +-
 lib/rspec/rails/matchers/have_extension.rb         |  1 +
 lib/rspec/rails/matchers/routing_matchers.rb       |  4 ++
 lib/rspec/rails/mocks.rb                           | 51 +++++++++++++----
 lib/rspec/rails/module_inclusion.rb                | 12 +---
 lib/rspec/rails/tasks/rspec.rake                   | 26 ++++++---
 lib/rspec/rails/version.rb                         |  2 +-
 lib/rspec/rails/view_rendering.rb                  |  2 +-
 rspec-rails.gemspec                                |  7 ++-
 spec/rspec/rails/assertion_adapter_spec.rb         | 10 ++--
 spec/rspec/rails/assertion_delegator_spec.rb       |  2 +-
 .../rails/example/controller_example_group_spec.rb | 46 ++++++++++++----
 .../rspec/rails/example/view_example_group_spec.rb | 15 +++++
 .../rails/extensions/active_record/records_spec.rb |  9 ---
 spec/rspec/rails/matchers/be_valid_spec.rb         |  1 -
 spec/rspec/rails/matchers/redirect_to_spec.rb      |  1 +
 spec/rspec/rails/matchers/route_to_spec.rb         |  2 +-
 .../rspec/rails/minitest_lifecycle_adapter_spec.rb | 15 ++++-
 spec/rspec/rails/mocks/mock_model_spec.rb          | 53 +++++++++++++++++-
 spec/spec_helper.rb                                |  1 +
 spec/support/helpers.rb                            | 14 +++++
 51 files changed, 498 insertions(+), 163 deletions(-)
 create mode 100644 features/model_specs/records.feature
 create mode 100644 features/support/rubinius.rb
 delete mode 100644 spec/rspec/rails/extensions/active_record/records_spec.rb

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-rspec-rails.git



More information about the Pkg-ruby-extras-commits mailing list