5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-27 07:26:08 +00:00
panel/test/test_helper.rb

10 lines
284 B
Ruby
Raw Normal View History

2018-01-02 17:19:25 +00:00
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.
fixtures :all
# Add more helper methods to be used by all tests here...
end