mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-15 20:54:03 +00:00
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:
parent
af657ca77f
commit
7e9ce60293
3 changed files with 2 additions and 12 deletions
|
|
@ -8,7 +8,7 @@ describe Admin::UsersController do
|
|||
sign_in(admin)
|
||||
end
|
||||
describe 'GET #index' do
|
||||
xit 'sets up users array with existing users records' do
|
||||
it 'sets up users array with existing users records' do
|
||||
user1 = create(:user, email: 'user1@email.osem')
|
||||
user2 = create(:user, email: 'user2@email.osem')
|
||||
user_deleted = User.find_by!(username: 'deleted_user')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue