mirror of
https://github.com/bitnami/containers.git
synced 2026-02-21 23:57:21 +08:00
7 lines
184 B
Ruby
7 lines
184 B
Ruby
require File.expand_path('../../config/environment', __FILE__)
|
|
require 'rails/test_help'
|
|
|
|
class ActiveSupport::TestCase
|
|
# Add more helper methods to be used by all tests here...
|
|
end
|