Skip to content

Commit

Permalink
Fixes issue #5193 using the instructions provided in the issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Mar 13, 2012
1 parent ce72c0c commit 5088f8c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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__)

0 comments on commit 5088f8c

Please sign in to comment.