Add rails-controller-testing dependency
Needed for `assigns` in controller specs
This commit is contained in:
parent
ee9a299df6
commit
b9d9a63739
2 changed files with 8 additions and 0 deletions
3
Gemfile
3
Gemfile
|
|
@ -314,4 +314,7 @@ group :development, :test do
|
||||||
gem "jasmine-jquery-rails", "2.0.3"
|
gem "jasmine-jquery-rails", "2.0.3"
|
||||||
gem "rails-assets-jasmine-ajax", "3.3.1", source: "https://rails-assets.org"
|
gem "rails-assets-jasmine-ajax", "3.3.1", source: "https://rails-assets.org"
|
||||||
gem "sinon-rails", "1.15.0"
|
gem "sinon-rails", "1.15.0"
|
||||||
|
|
||||||
|
# For `assigns` in controller specs
|
||||||
|
gem "rails-controller-testing", "1.0.2"
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -550,6 +550,10 @@ GEM
|
||||||
rails-assets-markdown-it-sup (1.0.0)
|
rails-assets-markdown-it-sup (1.0.0)
|
||||||
rails-assets-perfect-scrollbar (0.6.16)
|
rails-assets-perfect-scrollbar (0.6.16)
|
||||||
rails-assets-underscore (1.8.3)
|
rails-assets-underscore (1.8.3)
|
||||||
|
rails-controller-testing (1.0.2)
|
||||||
|
actionpack (~> 5.x, >= 5.0.1)
|
||||||
|
actionview (~> 5.x, >= 5.0.1)
|
||||||
|
activesupport (~> 5.x)
|
||||||
rails-dom-testing (2.0.3)
|
rails-dom-testing (2.0.3)
|
||||||
activesupport (>= 4.2.0)
|
activesupport (>= 4.2.0)
|
||||||
nokogiri (>= 1.6)
|
nokogiri (>= 1.6)
|
||||||
|
|
@ -860,6 +864,7 @@ DEPENDENCIES
|
||||||
rails-assets-markdown-it-sub (= 1.0.0)!
|
rails-assets-markdown-it-sub (= 1.0.0)!
|
||||||
rails-assets-markdown-it-sup (= 1.0.0)!
|
rails-assets-markdown-it-sup (= 1.0.0)!
|
||||||
rails-assets-perfect-scrollbar (= 0.6.16)!
|
rails-assets-perfect-scrollbar (= 0.6.16)!
|
||||||
|
rails-controller-testing (= 1.0.2)
|
||||||
rails-i18n (= 5.0.4)
|
rails-i18n (= 5.0.4)
|
||||||
rails-timeago (= 2.16.0)
|
rails-timeago (= 2.16.0)
|
||||||
rb-fsevent (= 0.10.2)
|
rb-fsevent (= 0.10.2)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue