Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rails 6.1: ActionView::Base new now has 3 required arguments
Fixes this error on 6.1 jasmine specs: `TEST_SUITE=spec:javascript bundle exec rake` ``` #<ArgumentError: wrong number of arguments (given 0, expected 3)> /Users/joerafaniello/.gem/ruby/2.7.5/gems/actionview-6.1.6.1/lib/action_view/base.rb:230:in `initialize' /Users/joerafaniello/Code/manageiq-ui-classic/spec/javascripts/support/jasmine_helper.rb:18:in `new' /Users/joerafaniello/Code/manageiq-ui-classic/spec/javascripts/support/jasmine_helper.rb:18:in `call' /Users/joerafaniello/.gem/ruby/2.7.5/gems/rack-2.2.4/lib/rack/urlmap.rb:74:in `block in call' ```
- Loading branch information