gitlab-org--gitlab-foss/spec/support/matchers
Alejandro Rodríguez c45341c816 Generate and handle a gl_repository param to pass around components
This new param allows us to share project information between components
that don't share or don't have access to the same filesystem
mountpoints, for example between Gitaly and Rails or between Rails and
Gitlab-Shell hooks. The previous parameters are still supported, but if
found, gl_repository is prefered. The old parameters should be deprecated
once all components support the new format.
2017-05-03 17:37:30 -03:00
..
access_matchers.rb Resolve "Add more tests for spec/controllers/projects/builds_controller_spec.rb" 2017-04-28 09:38:32 +00:00
be_like_time.rb
be_url.rb
be_valid_commit.rb
email_matchers.rb Add a new have_html_escaped_body_text that match an HTML-escaped text 2017-03-17 12:20:54 +01:00
gitaly_matchers.rb Incorporate Gitaly client for refs service 2017-04-04 16:53:44 +02:00
gitlab_git_matchers.rb Generate and handle a gl_repository param to pass around components 2017-05-03 17:37:30 -03:00
have_issuable_counts.rb
include_module.rb
markdown_matchers.rb Fix wrong image src with cached gl-emoji and relative root 2017-03-06 12:54:46 -06:00
match_file.rb
pagination_matcher.rb Add a custom pagination matcher 2017-02-16 15:38:40 +01:00
query_matcher.rb Remove useless queries with false conditions (e.g 1=0) 2017-04-04 13:54:58 +03:00
satisfy_matchers.rb Remove a transient failure from spec/requests/api/groups_spec.rb 2017-02-09 20:23:41 -05:00
user_activity_matchers.rb Add a new Gitlab::UserActivities class to track user activities 2017-04-14 15:20:55 +02:00