Fixes issue #5193 using the instructions provided in the issue.

This commit is contained in:
Philip Arndt 2012-03-13 23:27:50 +13:00
parent ce72c0c784
commit 5088f8ce06

@ -8,3 +8,6 @@
# Load support files
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }
# Load fixtures from the engine
ActiveSupport::TestCase.fixture_path = File.expand_path("../fixtures", __FILE__)