diff options
author | blackst0ne <blackst0ne.ru@gmail.com> | 2018-04-08 15:55:08 +1100 |
---|---|---|
committer | blackst0ne <blackst0ne.ru@gmail.com> | 2018-04-08 15:55:08 +1100 |
commit | 2efa9bed0db0ab32f74b9c540f1bd5deceaecf9a (patch) | |
tree | 014f283c462069aba8c49725cb854dff8654ba8c /Gemfile.rails5.lock | |
parent | dd552d06f6e39d5e6138a33bd7c1bffb2d3dbb1d (diff) | |
download | gitlab-ce-2efa9bed0db0ab32f74b9c540f1bd5deceaecf9a.tar.gz |
[Rails5] Add `rails-controller-testing` gemblackst0ne-rails5-add-rails-controller-testing-gem
In Rails 5.0 `assert_template` and `assigns()` have been extracted to
the `rails-controller-testing` gem.
https://github.com/rails/rails/pull/20138/files
This commit adds this gem for rails5.
Diffstat (limited to 'Gemfile.rails5.lock')
-rw-r--r-- | Gemfile.rails5.lock | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Gemfile.rails5.lock b/Gemfile.rails5.lock index 18bbad88ec3..03fe5f2ed26 100644 --- a/Gemfile.rails5.lock +++ b/Gemfile.rails5.lock @@ -678,6 +678,10 @@ GEM bundler (>= 1.3.0) railties (= 5.0.6) sprockets-rails (>= 2.0.0) + rails-controller-testing (1.0.2) + actionpack (~> 5.x, >= 5.0.1) + actionview (~> 5.x, >= 5.0.1) + activesupport (~> 5.x) rails-deprecated_sanitizer (1.0.3) activesupport (>= 4.2.0.alpha) rails-dom-testing (2.0.3) @@ -1145,6 +1149,7 @@ DEPENDENCIES rack-oauth2 (~> 1.2.1) rack-proxy (~> 0.6.0) rails (= 5.0.6) + rails-controller-testing rails-deprecated_sanitizer (~> 1.0.3) rails-i18n (~> 5.1) rainbow (~> 2.2) |