Sha256: 2f7388f54454ed0c20b1dd4298f0135c6d89f15138ef5861922051b8a1cdafa5
Contents?: true
Size: 504 Bytes
Versions: 4
Compression:
Stored size: 504 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] -%> # 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
4 entries across 4 versions & 1 rubygems