blob: bd1ed0c5d90a72c90a28caf5d7aad1792a953356 (
plain)
1
2
3
4
5
|
# Load the normal Rails helper
require File.expand_path(File.dirname(__FILE__) + '/../../../../test/test_helper')
# Ensure that we are using the temporary fixture path
Engines::Testing.set_fixture_path
|