gitlab-org--gitlab-foss/spec/support/matchers
Stan Hu 645c7f9631 Fix order-dependent Gitaly specs failing
If `spec/tasks/gitlab/cleanup_rake_spec.rb` preceded any of the Gitaly
request specs, it would import the `cleanup.rake` and the global
function `limit`. For some reason, the Protobuf implementation would use
the global function instead of the getter method. For example:

```
def limit
  puts "hi"
end

req = Gitaly::WikiGetAllPagesRequest.new
req.send(:limit)
hi
=> nil
```

To fix this problem, access the field value using the [] operator
instead.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64006
2019-07-02 20:33:02 -07:00
..
access_matchers.rb
access_matchers_for_controller.rb
background_migrations_matchers.rb
be_a_binary_string.rb
be_like_time.rb
be_n_plus_1_query.rb
be_url.rb
be_utf8.rb
be_valid_commit.rb
disallow_request_matchers.rb
eq_pem.rb
exceed_query_limit.rb
execute_check.rb
gitaly_matchers.rb
gitlab_git_matchers.rb
graphql_matchers.rb
have_emoji.rb
have_gitlab_http_status.rb
have_issuable_counts.rb
include_module.rb
issuable_matchers.rb
markdown_matchers.rb
match_file.rb
match_ids.rb
metric_counter_matcher.rb
navigation_matcher.rb
not_changed_matcher.rb
pagination_matcher.rb
query_matcher.rb
satisfy_matchers.rb
security_header_matcher.rb
user_status_matcher.rb