Sha256: 22d65f4b577366b4aa4cf3a2a5c96dafa6987f0d48302e5cc2795ef7fc27a6ea
Contents?: true
Size: 246 Bytes
Versions: 4
Compression:
Stored size: 246 Bytes
Contents
ENV['RAILS_ENV'] = 'test' $:.unshift File.dirname(__FILE__) require File.expand_path('../rails_app/config/environment', __FILE__) require 'rails/test_help' class ActiveSupport::TestCase setup do end def load_schema( version ) end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
simple-layout-0.4.0 | test/test_helper.rb |
simple-layout-0.3.1 | test/test_helper.rb |
simple-layout-0.3.0 | test/test_helper.rb |
simple-layout-0.2.0 | test/test_helper.rb |