|
1
|
require 'test_helper' |
|
2
|
|
|
3
|
class UsersControllerTest < ActionDispatch::IntegrationTest |
|
4
|
# test "should get index" do |
|
5
|
# get users_index_url |
|
6
|
# assert_response :success |
|
7
|
# end |
|
8
|
# |
|
9
|
# test "should get new" do |
|
10
|
# get users_new_url |
|
11
|
# assert_response :success |
|
12
|
# end |
|
13
|
|
|
14
|
end |