gitlab-org--gitlab-foss/spec/services
Timothy Andrew c93a895abc Fix git_push_service_spec
1. Caused by incorrect test setup. The user wasn't added to the project,
   so protected branch creation failed authorization.

2. Change setup for a different test (`Event.last` to
   `Event.find_by_action`) because our `project.team << ...` addition
   was causing a conflict.
2016-07-29 15:20:39 +05:30
..
auth Allow to access Container Registry for Public and Internal projects 2016-07-15 17:05:41 +02:00
ci Avoid describe-ing symbols in specs 2016-07-12 10:27:58 -05:00
groups
issues Refactor Issues::BulkUpdateService spec 2016-07-20 17:59:34 -06:00
members
merge_requests Revert "Revert "Merge branch '18193-developers-can-merge' into 'master' "" 2016-07-18 10:16:56 +02:00
milestones Avoid describe-ing symbols in specs 2016-07-12 10:27:58 -05:00
notes Avoid describe-ing symbols in specs 2016-07-12 10:27:58 -05:00
projects Get rid of is_image in FileUploader 2016-07-19 18:51:09 +02:00
search
create_commit_builds_service_spec.rb Make rubocop happy 2016-07-15 18:01:43 +02:00
create_deployment_service_spec.rb Fix creation of deployment on build that is retried, redeployed or rollback 2016-07-16 11:50:59 +02:00
create_release_service_spec.rb
create_snippet_service_spec.rb
create_tag_service_spec.rb
delete_tag_service_spec.rb
delete_user_service_spec.rb
destroy_group_service_spec.rb
event_create_service_spec.rb Avoid describe-ing symbols in specs 2016-07-12 10:27:58 -05:00
git_hooks_service_spec.rb
git_push_service_spec.rb Fix git_push_service_spec 2016-07-29 15:20:39 +05:30
git_tag_push_service_spec.rb
notification_service_spec.rb Avoid describe-ing symbols in specs 2016-07-12 10:27:58 -05:00
repair_ldap_blocked_user_service_spec.rb
repository_archive_clean_up_service_spec.rb Extract helper methods to clean up RepositoryArchiveCleanUpService spec 2016-07-21 11:47:28 -03:00
search_service_spec.rb
system_hooks_service_spec.rb
system_note_service_spec.rb
test_hook_service_spec.rb Avoid describe-ing symbols in specs 2016-07-12 10:27:58 -05:00
todo_service_spec.rb Merge branch 'kradydal/gitlab-ce-create-todos-when-issue-author-assigne-or-mention-himself' 2016-07-15 15:03:04 -05:00
update_release_service_spec.rb
update_snippet_service_spec.rb