Sha256: a1e34e70ad9b4c50759150d863e782280faacba0da8169063133442970fb6114

Contents?: true

Size: 193 Bytes

Versions: 3

Compression:

Stored size: 193 Bytes

Contents

Dir[ File.expand_path('{unit,actions,acceptance}/*.rb',
                      File.dirname(__FILE__))
   ].each do |f| 
    puts "Loading tests: #{f.gsub(Dir.pwd,'.')}"
    require f 
  end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ing-0.2.7 test/suite.rb
ing-0.2.2 test/suite.rb
ing-0.2.1 test/suite.rb