Skip to content

Commit

Permalink
Update users_controller_test.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhamo1107 authored Sep 18, 2024
1 parent 6c33e59 commit f6d2103
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions test/controllers/users_controller_test.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
require "test_helper"

class UsersControllerTest < ActionDispatch::IntegrationTest
test "should get index" do
get users_index_url
assert_response :success
end

test "should get new" do
get users_new_url
assert_response :success
end

test "should get edit" do
get users_edit_url
assert_response :success
end

end

0 comments on commit f6d2103

Please sign in to comment.