Skip to content

Commit

Permalink
Make ProfileTest class more specific so thtat rails test:all will run…
Browse files Browse the repository at this point in the history
… without errors

Error:  superclass mismatch for class ProfileTest (TypeError)
  • Loading branch information
Kuanchiliao1 committed Dec 17, 2024
1 parent 7688373 commit 43f98b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require "application_system_test_case"
require "test_helper"

class ProfileTest < ApplicationSystemTestCase
class ProfileInterfaceTest < ApplicationSystemTestCase
setup do
@user = create(:user, email: "[email protected]", password: PasswordHelpers::SECURE_TEST_PASSWORD, handle: "nick1", mail_fails: 1)
end
Expand Down

0 comments on commit 43f98b4

Please sign in to comment.