Sha256: 91ba90698aeb362aa8f901f724ba95a45c0a3cbb07b295710bfb55cdadf76735

Contents?: true

Size: 271 Bytes

Versions: 9

Compression:

Stored size: 271 Bytes

Contents

$:.unshift(File.expand_path(File.dirname(__FILE__) + "/../lib"))
require 'rubygems'
require 'test/unit'
require 'redgreen' unless RUBY_VERSION >= "1.9"
require 'diffy'

module Test
  module Unit
    class TestCase
      # put shared unit test code here
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
tabulous-1.3.0 test/unit_test_helper.rb
tabulous-1.2.0 test/unit_test_helper.rb
tabulous-1.1.0 test/unit_test_helper.rb
tabulous-1.0.3 test/unit_test_helper.rb
tabulous-1.0.2 test/unit_test_helper.rb
tabulous-1.0.1 test/unit_test_helper.rb
tabulous-1.0.0 test/unit_test_helper.rb
tabulous-0.0.2 test/unit_test_helper.rb
tabulous-0.0.1 test/unit_test_helper.rb