Sha256: 2a6ceb3a344d16f0e7abeff75555a2ffb3f3039b07fc36d8d937704835cae211

Contents?: true

Size: 448 Bytes

Versions: 3

Compression:

Stored size: 448 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

3 entries across 3 versions & 1 rubygems

Version Path
memory_test_fix-1.3.0 fixtures/rails41_app/test/test_helper.rb
memory_test_fix-1.2.2 fixtures/rails41_app/test/test_helper.rb
memory_test_fix-1.2.1 fixtures/rails41_app/test/test_helper.rb