X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c1b65d11fd71d3801f4f5e42a3c40dc872a766f9..2a635ab28f3f567f984ec21f6fa724db9b673851:/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}