# File test/test_sexp_processor.rb, line 249 def test_assert_type_miss assert_raise(SexpTypeError) do @processor.assert_type([:thingy, 1, 2, 3], :blah) end end