Sha256: 0b07834fbfe0660db20558d1d6d75448b2b7e4197c364d2678d1a9e5f84f64e2

Contents?: true

Size: 209 Bytes

Versions: 5

Compression:

Stored size: 209 Bytes

Contents

require "test_helper"

class ConditionsControllerTest < ActionController::TestCase
  
  test_action :first do
    assert_params %w[a c]
  end
  
  test_action :second do
    assert_params %w[a b]
  end
  
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
param_protected-4.0.0 test/conditions_controller_test.rb
param_protected-3.0.0 test/conditions_controller_test.rb
param_protected-2.0.0 test/conditions_controller_test.rb
param_protected-1.3.1 test/conditions_controller_test.rb
param_protected-1.3.0 test/conditions_controller_test.rb