Skip to content

Commit

Permalink
chore(test): follow this change
Browse files Browse the repository at this point in the history
github.com/rails/rails/pull/22829

`ActionView::TestCase::Controller#params` returns an instance of
`ActionController::Parameters`.
  • Loading branch information
sanemat committed Jan 20, 2016
1 parent c849495 commit 1085830
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_actionview-link_to_block.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
? 'minitest/autorun'
: 'active_support/testing/autorun'
require autorun_path
require 'action_controller'
require 'action_view'
require 'action_view/link_to_block/link_to_block'
require 'action_dispatch'
Expand Down

0 comments on commit 1085830

Please sign in to comment.