We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c6c1a2 + fea68fb commit 2ec6c96Copy full SHA for 2ec6c96
test/functional/users_controller_test.rb
@@ -30,7 +30,7 @@ class UsersControllerTest < ActionController::TestCase
30
31
get :token_delete, params: { account_delete_token: users(:schneems).account_delete_token }
32
33
- assigns(:lonely_repos).any?
+ assert(assigns(:lonely_repos).any?)
34
end
35
36
test 'should destroy a user with the correct account_delete_token' do
0 commit comments