annotate test/test_helper.rb @ 253:d726e8b92dd1 default tip

Support animated gif (same as video)
author nanaya <me@nanaya.net>
date Mon, 25 Mar 2024 02:49:50 +0900
parents eb07f7dc25eb
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
19
157f7fd136fc Double quotes everywhere.
edogawaconan <me@myconan.net>
parents: 0
diff changeset
1 ENV["RAILS_ENV"] ||= "test"
157f7fd136fc Double quotes everywhere.
edogawaconan <me@myconan.net>
parents: 0
diff changeset
2 require File.expand_path("../../config/environment", __FILE__)
157f7fd136fc Double quotes everywhere.
edogawaconan <me@myconan.net>
parents: 0
diff changeset
3 require "rails/test_help"
0
a1c9fadc0904 Initial.
edogawaconan <me@myconan.net>
parents:
diff changeset
4
22
eb07f7dc25eb Use nested style instead of compact.
edogawaconan <me@myconan.net>
parents: 19
diff changeset
5 module ActiveSupport
eb07f7dc25eb Use nested style instead of compact.
edogawaconan <me@myconan.net>
parents: 19
diff changeset
6 class TestCase
eb07f7dc25eb Use nested style instead of compact.
edogawaconan <me@myconan.net>
parents: 19
diff changeset
7 # Add more helper methods to be used by all tests here...
eb07f7dc25eb Use nested style instead of compact.
edogawaconan <me@myconan.net>
parents: 19
diff changeset
8 end
0
a1c9fadc0904 Initial.
edogawaconan <me@myconan.net>
parents:
diff changeset
9 end