summaryrefslogtreecommitdiffstats
path: root/vendor/plugins/engines/lib/engines/testing.rb
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/plugins/engines/lib/engines/testing.rb')
-rw-r--r--vendor/plugins/engines/lib/engines/testing.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/plugins/engines/lib/engines/testing.rb b/vendor/plugins/engines/lib/engines/testing.rb
index 2b3bdc994..f7833c385 100644
--- a/vendor/plugins/engines/lib/engines/testing.rb
+++ b/vendor/plugins/engines/lib/engines/testing.rb
@@ -81,7 +81,7 @@ module Engines::Testing
# Sets the fixture path used by Test::Unit::TestCase to the temporary
# directory which contains all plugin fixtures.
def self.set_fixture_path
- Test::Unit::TestCase.fixture_path = self.temporary_fixtures_directory
+ ActiveSupport::TestCase.fixture_path = self.temporary_fixtures_directory
$LOAD_PATH.unshift self.temporary_fixtures_directory
end
end \ No newline at end of file