Sha256: 172bfa128f59236c327a8b6e51ba6ae7dcb67cae461e4c7569a53e859374bd57
Contents?: true
Size: 505 Bytes
Versions: 41
Compression:
Stored size: 505 Bytes
Contents
ENV['RAILS_ENV'] ||= 'test' require File.expand_path('../../config/environment', __FILE__) require 'rails/test_help' # Active Support class ActiveSupport # Test Case class 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 end
Version data entries
41 entries across 41 versions & 1 rubygems