annotate test/test_helper.rb @ 501:e62e57101e4a
Remove outdated test script
author |
nanaya <me@nanaya.net> |
date |
Mon, 16 Dec 2024 01:11:30 +0900 |
parents |
92929378413e |
children |
|
rev |
line source |
292
|
1 ENV["RAILS_ENV"] ||= "test"
|
495
|
2 require_relative "../config/environment"
|
331
|
3 require "rails/test_help"
|
292
|
4
|
|
5 class ActiveSupport::TestCase
|
|
6 # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order.
|
|
7 #
|
|
8 # Note: You'll currently still have to declare fixtures explicitly in integration tests
|
|
9 # -- they do not yet inherit this setting
|
|
10 fixtures :all
|
|
11
|
|
12 # Add more helper methods to be used by all tests here...
|
|
13 end
|