Sha256: 2b8aadc802e47b08ac8ed482791c418ce0fc07e06fba5d87ccbb8e6eaa72ab3f

Contents?: true

Size: 224 Bytes

Versions: 8

Compression:

Stored size: 224 Bytes

Contents

require "test_helper"

class AccessibleExceptControllerTest < ActionController::TestCase
  
  test_action :first do
    assert_params %w[a b c d e f g h]
  end
  
  test_action :second do
    assert_params %w[a]
  end
  
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
cjbottaro-param_protected-1.1.0 test/accessible_except_test.rb
param_protected-4.0.0 test/accessible_except_test.rb
param_protected-3.0.0 test/accessible_except_test.rb
param_protected-2.0.0 test/accessible_except_test.rb
param_protected-1.3.1 test/accessible_except_test.rb
param_protected-1.3.0 test/accessible_except_test.rb
param_protected-1.2.0 test/accessible_except_test.rb
param_protected-1.1.0 test/accessible_except_test.rb