require File.dirname(__FILE__) + '/../test_helper' class ValidatorExtensionTest < Test::Unit::TestCase # Replace this with your real tests. def test_updates_params end def test_initialization assert_equal File.join(File.expand_path(RAILS_ROOT), 'vendor', 'extensions', 'validator'), ValidatorExtension.root assert_equal 'Validator', ValidatorExtension.extension_name end end