Sha256: 3e2c9009a20e859aa27311cc786a16480e67ca72de07aab4d6a80fb6fd3a1cba
Contents?: true
Size: 544 Bytes
Versions: 1
Compression:
Stored size: 544 Bytes
Contents
ENV["RAILS_ENV"] = "test" require File.expand_path('../../config/environment', __FILE__) require 'rails/test_help' class ActiveSupport::TestCase <% unless options[:skip_active_record] -%> ActiveRecord::Migration.check_pending! # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. # # Note: You'll currently still have to declare fixtures explicitly in integration tests # -- they do not yet inherit this setting fixtures :all <% end -%> # Add more helper methods to be used by all tests here... end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
railties-4.0.0.beta1 | lib/rails/generators/rails/app/templates/test/test_helper.rb |