Sha256: e8ba66fa6664f322aff7559ea8052da1aa3d67072bdacd02cd4146342a710005
Contents?: true
Size: 261 Bytes
Versions: 396
Compression:
Stored size: 261 Bytes
Contents
require 'minitest/autorun' # You can use this to disabe all skips in the current exercise by issuing the # following command: # ruby -I../lib -rdisable_skip <fiename_test.rb> module Minitest class Test def skip(_msg='', _bt=caller) end end end
Version data entries
396 entries across 396 versions & 1 rubygems