Sha256: fb0fe7a1095c1b24996ea1a44e718e4384bda95121283589bc81a38500f1ca03

Contents?: true

Size: 299 Bytes

Versions: 13

Compression:

Stored size: 299 Bytes

Contents

$: << File.join(File.dirname(__FILE__), "..", "lib")

require "rubygems"
require "minitest/autorun"
require "simplecov"

SimpleCov.start

dir = File.dirname(File.expand_path(__FILE__))
Dir.glob(File.join(dir, "**", "test_*.rb")).each do |path|
  puts "Loading tests from #{path}"
  require path
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
cabin-0.4.4 test/all.rb
cabin-0.4.3 test/all.rb
cabin-0.4.2 test/all.rb
cabin-0.4.1 test/all.rb
cabin-0.3.8 test/all.rb
cabin-0.3.7 test/all.rb
cabin-0.3.6 test/all.rb
cabin-0.3.2 test/all.rb
cabin-0.3.1 test/all.rb
cabin-0.3.0 test/all.rb
cabin-0.2.3 test/all.rb
cabin-0.2.2 test/all.rb
cabin-0.2.1 test/all.rb