PageRenderTime 40ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/vendor/plugins/click_to_globalize/test/test_helper.rb

https://github.com/ischroedi/petracommunity
Ruby | 4 lines | 3 code | 1 blank | 0 comment | 0 complexity | 34ae2af7fed99fb5d73653726dc06ffa MD5 | raw file
  1. Test::Unit::TestCase.fixture_path = File.expand_path(File.dirname(__FILE__)) + "/fixtures/"
  2. $LOAD_PATH.unshift(Test::Unit::TestCase.fixture_path)
  3. Fixtures.create_fixtures(Test::Unit::TestCase.fixture_path, %w(countries languages translations).collect{|table_name| "globalize_#{table_name}"})