]> git.openstreetmap.org Git - rails.git/blob - test/integration/user_creation_test.rb
The list_bbox_rss won't work at all without a bbox. Thow an error when it's not supplied
[rails.git] / test / integration / user_creation_test.rb
1 require 'test_helper'
2
3 class UserCreationTest < ActionController::IntegrationTest
4   fixtures :users
5
6   def test_create_user_duplicate
7     get '/user/new'
8     assert_response :success
9   end
10 end