Sha256: 03788accc650f1ba4dfbe86e40c8386e43e6a78734d6b486a0092d5ed3fbd264
Contents?: true
Size: 308 Bytes
Versions: 19
Compression:
Stored size: 308 Bytes
Contents
ENV['RAILS_ENV'] ||= 'test' require File.expand_path('../config/environment', __dir__) require 'rails/test_help' class ActiveSupport::TestCase # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. fixtures :all # Add more helper methods to be used by all tests here... end
Version data entries
19 entries across 18 versions & 1 rubygems