Sha256: add729333b95e2ecdfd1a3dc6b29f33b7e488fb703c8d52555607682e704c6f8
Contents?: true
Size: 455 Bytes
Versions: 4
Compression:
Stored size: 455 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|csv) 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
4 entries across 4 versions & 1 rubygems