Renamed helpers to correspond to renamed Controller classes.
[merb_radiant.git] / radiant_extensions_plugins / extensions / textile_filter / test / .svn / text-base / test_helper.rb.svn-base
blobc1742a9b219e8105e76acd553919d24650377f84
1 unless defined? RADIANT_ROOT
2   ENV["RAILS_ENV"] = "test"
3   env_file = "#{File.expand_path(File.dirname(__FILE__) + "/" + "../" * 6)}/config/environment.rb"
4   unless File.exist?(env_file)
5     env_file = "#{File.expand_path(File.dirname(__FILE__) + "/" + "../" * 4)}/config/environment.rb"
6   end
7   require env_file
8 end
9 require "#{RADIANT_ROOT}/test/test_helper"
11 class Test::Unit::TestCase
12   self.use_transactional_fixtures = true
13   self.use_instantiated_fixtures = false
14 end