Sha256: 4b86d215be6cb933d4f9d0c27507fee7971cb559a50a1300a3245de06c8e6c47

Contents?: true

Size: 279 Bytes

Versions: 11

Compression:

Stored size: 279 Bytes

Contents

require 'rubygems'

rails_version = ENV['RAILS_VERSION']
if rails_version
  gem "activerecord", rails_version
  gem "actionpack", rails_version
end

require 'test/unit'
require 'active_record'
require 'active_support/core_ext/class'

require File.dirname(__FILE__) + '/../init'

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
auto_html-1.5.0 test/test_helper.rb
marcosinger-auto_html-1.3.6 test/test_helper.rb
auto_html-1.4.2 test/test_helper.rb
auto_html-1.4.1 test/test_helper.rb
auto_html-1.4.0 test/test_helper.rb
auto_html-1.3.7 test/test_helper.rb
marcosinger-auto_html-1.3.5 test/test_helper.rb
marcosinger-auto_html-1.3.4 test/test_helper.rb
auto_html-1.3.6 test/test_helper.rb
auto_html-1.3.5 test/test_helper.rb
auto_html-1.3.4 test/test_helper.rb