Sha256: 30a8a4a3705daa9d8a1a9a7b7639b81ba9a65704d1c6bcb8c51af18380c7058b
Contents?: true
Size: 450 Bytes
Versions: 113
Compression:
Stored size: 450 Bytes
Contents
ENV['RAILS_ENV'] ||= 'test' require File.expand_path('../../config/environment', __FILE__) require 'rails/test_help' class ActiveSupport::TestCase # 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 # Add more helper methods to be used by all tests here... end
Version data entries
113 entries across 87 versions & 15 rubygems