openstreetmap-website/test/unit/user_preference_test.rb
2008-02-23 11:12:42 +00:00

8 lines
185 B
Ruby

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