Sha256: e91b16d08cf9581fee9e779b0d652606c7a36081b05ec46bd89564b9f44962d7
Contents?: true
Size: 530 Bytes
Versions: 3
Compression:
Stored size: 530 Bytes
Contents
ENV["RAILS_ENV"] = "test" require File.expand_path("../../config/environment", __FILE__) ActiveRecord::Migrator.migrate("db/migrate") require "rails/test_help" require "minitest/rails" require 'minitest/pride' require 'minitest/reporters' require 'database_cleaner' Minitest::Reporters.use! DatabaseCleaner.strategy = :transaction 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
3 entries across 3 versions & 1 rubygems