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 Reduce differences in spec/support/matchers/access_matchers.rb 2019-03-07 08:13:38 +01:00
access_matchers_for_controller.rb
background_migrations_matchers.rb
be_a_binary_string.rb
be_like_time.rb
be_n_plus_1_query.rb Fix N+1 problem in JobsController#index 2019-06-19 12:23:05 +02:00
be_url.rb
be_utf8.rb
be_valid_commit.rb
disallow_request_matchers.rb
eq_pem.rb Generate lets_encrypt_private_key on the fly 2019-05-31 05:22:55 +00:00
exceed_query_limit.rb
execute_check.rb
gitaly_matchers.rb Fix order-dependent Gitaly specs failing 2019-07-02 20:33:02 -07:00
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 Remove .wiki and @md-typography mixin in favor of .md and .md-file 2019-03-26 14:29:33 +01:00
markdown_matchers.rb
match_file.rb
match_ids.rb
metric_counter_matcher.rb
navigation_matcher.rb
not_changed_matcher.rb Get rid of ScheduleInstallationService 2019-02-26 16:44:31 +00:00
pagination_matcher.rb
query_matcher.rb
satisfy_matchers.rb
security_header_matcher.rb
user_status_matcher.rb