test

Ruby code posted
created at 10 Mar 10:12

Edit | Back
1
2
3
4
5
  def test_reset
    @igra.stevilo_strelov = 12
    @igra.reset
    assert_equal @igra.stevilo_strelov, 0
  end
112 Bytes in 2 ms with coderay