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

Version Path
origen-0.60.19 templates/time/filter.rb.erb
origen-0.60.18 templates/time/filter.rb.erb
origen-0.60.17 templates/time/filter.rb.erb
origen-0.60.16 templates/time/filter.rb.erb
origen-0.60.14 templates/time/filter.rb.erb
origen-0.60.13 templates/time/filter.rb.erb
origen-0.60.12 templates/time/filter.rb.erb
origen-0.60.11 templates/time/filter.rb.erb
origen-0.60.10 templates/time/filter.rb.erb
origen-0.60.9 templates/time/filter.rb.erb
origen-0.60.8 templates/time/filter.rb.erb
origen-0.60.7 templates/time/filter.rb.erb
origen-0.60.6 templates/time/filter.rb.erb
origen-0.60.5 templates/time/filter.rb.erb
origen-0.60.4 templates/time/filter.rb.erb
origen-0.60.3 templates/time/filter.rb.erb
origen-0.60.2 templates/time/filter.rb.erb
origen-0.60.1 templates/time/filter.rb.erb
origen-0.60.0 templates/time/filter.rb.erb
origen-0.59.8 templates/time/filter.rb.erb