preference stuff

This commit is contained in:
Steve Coast 2008-02-23 11:12:42 +00:00
parent e3bd648182
commit e13337354d
8 changed files with 31 additions and 10 deletions

View file

@ -0,0 +1,8 @@
require File.dirname(__FILE__) + '/../test_helper'
class UserPreferenceTest < ActiveSupport::TestCase
# Replace this with your real tests.
def test_truth
assert true
end
end