Skip to content

Commit

Permalink
Rename User integration test to not conflict with User model test
Browse files Browse the repository at this point in the history
  • Loading branch information
mdromi committed Feb 9, 2024
1 parent 39b2ecb commit 8493c39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require "test_helper"

class UserTest < ActionDispatch::IntegrationTest
class UsersTest < ActionDispatch::IntegrationTest
test "guest user" do
get links_path
assert_select "a", "Sign Up"
Expand Down

0 comments on commit 8493c39

Please sign in to comment.