/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
- Test::Unit::TestCase.fixture_path = File.expand_path(File.dirname(__FILE__)) + "/fixtures/"
- $LOAD_PATH.unshift(Test::Unit::TestCase.fixture_path)
- Fixtures.create_fixtures(Test::Unit::TestCase.fixture_path, %w(countries languages translations).collect{|table_name| "globalize_#{table_name}"})