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

8 lines
198 B
Ruby

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