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