Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 999e19d29d0de2df97e041b28270fd092e1d255b https://github.com/openSUSE/open-build-service/commit/999e19d29d0de2df97e041... Author: Ana María Martínez Gómez <ammartinez@suse.de> Date: 2016-11-10 (Thu, 10 Nov 2016) Changed paths: M src/api/spec/controllers/webui/project_controller_spec.rb M src/api/spec/controllers/webui/repositories_controller_spec.rb M src/api/spec/controllers/webui/search_controller_spec.rb M src/api/spec/controllers/webui/user_controller_spec.rb Log Message: ----------- [ci] redirect_to back is deprecated `redirect_to back` was replaced by `redirect_back` in https://github.com/openSUSE/open-build-service/pull/2215/files except in the Rspec tests. According to https://github.com/rspec/rspec-rails/issues/1659 Rspec is not going to provide an alternative for `redirect_to back` as it can be checked that it redirects to the path defined in `request.env["HTTP_REFERER"]`. Commit: bb869478910c50c2eedb5ac08df884ea0d28bc9b https://github.com/openSUSE/open-build-service/commit/bb869478910c50c2eedb5a... Author: Björn Geuken <bgeuken@suse.de> Date: 2016-11-10 (Thu, 10 Nov 2016) Changed paths: M src/api/spec/controllers/webui/project_controller_spec.rb M src/api/spec/controllers/webui/repositories_controller_spec.rb M src/api/spec/controllers/webui/search_controller_spec.rb M src/api/spec/controllers/webui/user_controller_spec.rb Log Message: ----------- Merge pull request #2315 from Ana06/redirect_back [ci] redirect_to back is deprecated Compare: https://github.com/openSUSE/open-build-service/compare/19ba59d00a1c...bb8694...