i'm trying to run a controller test:
the controller code is
The rspec code is
The result is
Failures:
1) AixController should show aix_service_accounts
Failure/Error: expect(assigns(:no_dn_users[0]['aix_username'])).to eq 'abc'
Could anyone help and explain the reason to me? Thanks!