Sha256: 29477c2e90437e504007b96eeb6051869774fce0cc62d6d1f3964b2ef15fece5
Contents?: true
Size: 347 Bytes
Versions: 207
Compression:
Stored size: 347 Bytes
Contents
class TestTimeFilter # All tests to be imported will be passed to this method, if it returns # true then the test will be imported, if it returns false then it will not def import?(test) # For example to only import tests beginning with "nvm": # if test =~ /^nvm/ # true # else # false # end true end end
Version data entries
207 entries across 207 versions & 1 rubygems