X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/58653f8b9d90c9f0a2f44d026b0ec84574f6bc9a..cd3501090eada65830730f33ca2b068eb59168cd:/test/integration/user_creation_test.rb diff --git a/test/integration/user_creation_test.rb b/test/integration/user_creation_test.rb index bc4ccc97b..9cb5e895c 100644 --- a/test/integration/user_creation_test.rb +++ b/test/integration/user_creation_test.rb @@ -3,6 +3,10 @@ require File.dirname(__FILE__) + '/../test_helper' class UserCreationTest < ActionController::IntegrationTest fixtures :users + def setup + openid_setup + end + def test_create_user_form I18n.available_locales.each do |locale| get '/user/new', {}, {"accept_language" => locale.to_s}