Skip to content

Commit

Permalink
Ensure we actually test against ActionController::Parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
clemens committed Jul 14, 2016
1 parent 356ab11 commit c0a1dd9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/parameters_test.rb
@@ -1,4 +1,5 @@
require 'test_helper'
require 'action_controller'

parameters_classes = [Delocalize::Parameters]

Expand All @@ -8,6 +9,8 @@
parameters_classes << ActionController::Parameters
end

puts "Testing parameter classes: #{parameters_classes.inspect}"

parameters_classes.each do |parameters_class|
describe parameters_class do
before do
Expand Down

0 comments on commit c0a1dd9

Please sign in to comment.