-
- Downloads
Add most of specs for chat names
Showing
- app/services/chat_names/authorize_user_service.rb 8 additions, 2 deletionsapp/services/chat_names/authorize_user_service.rb
- app/services/chat_names/find_user_service.rb 14 additions, 3 deletionsapp/services/chat_names/find_user_service.rb
- app/views/profiles/chat_names/index.html.haml 10 additions, 4 deletionsapp/views/profiles/chat_names/index.html.haml
- db/migrate/20161113184239_create_user_chat_names_table.rb 8 additions, 7 deletionsdb/migrate/20161113184239_create_user_chat_names_table.rb
- db/schema.rb 6 additions, 5 deletionsdb/schema.rb
- lib/gitlab/chat_name_token.rb 1 addition, 1 deletionlib/gitlab/chat_name_token.rb
- spec/factories/chat_names.rb 16 additions, 0 deletionsspec/factories/chat_names.rb
- spec/lib/gitlab/chat_name_token_spec.rb 39 additions, 0 deletionsspec/lib/gitlab/chat_name_token_spec.rb
- spec/models/chat_name_spec.rb 16 additions, 0 deletionsspec/models/chat_name_spec.rb
- spec/models/user_spec.rb 1 addition, 0 deletionsspec/models/user_spec.rb
- spec/services/chat_names/authorize_user_service_spec.rb 27 additions, 0 deletionsspec/services/chat_names/authorize_user_service_spec.rb
- spec/services/chat_names/find_user_service_spec.rb 36 additions, 0 deletionsspec/services/chat_names/find_user_service_spec.rb
spec/factories/chat_names.rb
0 → 100644
spec/lib/gitlab/chat_name_token_spec.rb
0 → 100644
spec/models/chat_name_spec.rb
0 → 100644
Please register or sign in to comment