Partially revert "Skip some failing specs..."

This reverts the skipping of tests by commit b688d353ac in:

  - `spec/models/user_spec.rb`
  - `spec/controllers/admin/users_controller_spec.rb`
  - `spec/datatables/user_datatable_spec.rb`
This commit is contained in:
Andrew Kvalheim 2022-03-08 17:18:34 -08:00
parent af657ca77f
commit 7e9ce60293
3 changed files with 2 additions and 12 deletions

View file

@ -430,7 +430,7 @@ describe User do
end
describe 'assigns admin attribute' do
xit 'to second user when first user is deleted_user' do
it 'to second user when first user is deleted_user' do
deleted_user = User.find_by(email: 'deleted@localhost.osem')
expect(deleted_user.is_admin).to be false