Sha256: 60920fa9acfecbd56010b819777ea4cb1a02c88ad5691a6325d538ad4bf1df45
Contents?: true
Size: 432 Bytes
Versions: 4
Compression:
Stored size: 432 Bytes
Contents
require 'stringio' require 'test/unit' require 'lib/activerecord_test_case' require File.dirname(__FILE__) + '/../lib/natural_key' # gem install redgreen for colored test output #begin require 'redgreen'; rescue LoadError; end # The following is not required since we use active-record gem installed on the system #require 'boot' unless defined?(ActiveRecord) class Test::Unit::TestCase # any test helper methods can go here end
Version data entries
4 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
sjain-natural_key-0.1.0 | test/test_helper.rb |
natural_key-0.2.1 | test/test_helper.rb |
natural_key-0.2.0 | pkg/natural_key-0.1.0/test/test_helper.rb |
natural_key-0.2.0 | test/test_helper.rb |