Variety of small changes (mostly to properties) plus a few "in the
[selectricity] / vendor / plugins / login_engine / test / test_helper.rb
1 require File.expand_path(File.dirname(__FILE__) + '/../../../../test/test_helper') # the default rails helper
2
3 # ensure that the Engines testing enhancements are loaded.
4 require File.join(Engines.config(:root), "engines", "lib", "engines", "testing_extensions")
5
6 require File.dirname(__FILE__) + '/mocks/time'
7 require File.dirname(__FILE__) + '/mocks/mail'
8
9 # set up the fixtures location
10 Test::Unit::TestCase.fixture_path = File.dirname(__FILE__)  + "/fixtures/"
11 $LOAD_PATH.unshift(Test::Unit::TestCase.fixture_path)

Benjamin Mako Hill || Want to submit a patch?