Sha256: ca8efeea4ff69186bac42b4f49e421bd92cf8c36ab9b8872a1ceba71860c2874
Contents?: true
Size: 456 Bytes
Versions: 8
Compression:
Stored size: 456 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
8 entries across 8 versions & 1 rubygems