summaryrefslogtreecommitdiff
path: root/engines/support/test/test_helper.rb
blob: 6c197215e5fd750b05bc5178d8374d6df776e423 (plain)
1
2
3
4
5
6
require_relative "../../../test/test_helper"

# Load fixtures from the engine
#if ActiveSupport::TestCase.method_defined?(:fixture_path=)
#  ActiveSupport::TestCase.fixture_path = File.expand_path("../fixtures", __FILE__)
#end