Sha256: d965af827f97e68383bcebb2df935338feb213c42a8e928a00c46ca728d94494

Contents?: true

Size: 241 Bytes

Versions: 13

Compression:

Stored size: 241 Bytes

Contents

#!/usr/bin/ruby

$LOAD_PATH << File.expand_path(File.dirname(__FILE__) + "/../lib")

require "test/unit"

Dir["test_*.rb"].each do |test|
  begin
    require test
  rescue LoadError
    puts "skipping #{test} (LoadError)"
    next
  end
end

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
thehack-atom-tools-2.0.3 test/runtests.rb
atom-tools-2.0.5 test/runtests.rb
atom-tools-2.0.4 test/runtests.rb
atom-tools-0.9.1 test/runtests.rb
atom-tools-0.9.4 test/runtests.rb
atom-tools-0.9.0 test/runtests.rb
atom-tools-2.0.1 test/runtests.rb
atom-tools-2.0.2 test/runtests.rb
atom-tools-2.0.0 test/runtests.rb
atom-tools-2.0.3 test/runtests.rb
atom-tools-0.9.3 test/runtests.rb
atom-tools-0.9.2 test/runtests.rb
atom-tools-1.0.0 test/runtests.rb