We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
request_to
with
I want to use request_to matcher without with option. But I've occurred following error:
Failure/Error: expect { api_request }.not_to request_to(:post, 'https://example.com/api') NoMethodError: undefined method `[]' for nil:NilClass # /usr/local/bundle/ruby/2.7.0/gems/my_api_client-0.17.0/lib/my_api_client/rspec/matchers/request_to.rb:11:in `block (2 levels) in <top (required)>'
The stack trace shows code that:
my_api_client/lib/my_api_client/rspec/matchers/request_to.rb
Lines 8 to 14 in 3266c99
The text was updated successfully, but these errors were encountered:
ryz310
No branches or pull requests
I want to use
request_to
matcher withoutwith
option. But I've occurred following error:The stack trace shows code that:
my_api_client/lib/my_api_client/rspec/matchers/request_to.rb
Lines 8 to 14 in 3266c99
The text was updated successfully, but these errors were encountered: