Method: Insp::Etest#test_insp_array
- Defined in:
- lib/vex/base/object/insp.rb
#test_insp_array ⇒ Object
91 92 93 94 |
# File 'lib/vex/base/object/insp.rb', line 91 def test_insp_array assert_equal("[1, 2]", [1,2].insp) assert_equal("[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, ... (10 more)]", (1..30).to_a.insp) end |