-
-
**Feature Request**
Description:
In other testing tool, there was a matcher that expects some value to be changed by specified amount or from a value to a value. Usually a counter.
Here is an…
-
-
Given this situation:
```ruby
# config/initializers/sidekiq.rb file
Sidekiq::Throttled::Registry.add(
:my_throttle,
concurrency: { limit: 50 }
)
# app/jobs/my_job.rb file
class MyJob…
-
Hola!
Aca les dejo una lista con gemas permitidas para el desarrollo de su proyecto 😁, si quieren usar una que no esté, hagan un comentario indicando su nombre y la razón de por qué quieren usarla. …
-
Is there a way to include a valid/mock stripe_signature header with the event? As of the current Stripe Webhooks doc (https://stripe.com/docs/webhooks), this gem does is not working.
-
There has been a decent amount of discussion about this topic in #2 about acceptance testing and I think it deserves it's own topic.
### A couple of questions to ponder
- Do we believe acceptance test…
-
-
I'd like this to be added somewhere in the docs:
``` ruby
RSpec::Core::Example.class_eval do
alias ignorant_run run
def run(example_group_instance, reporter)
result = false
Fiber.new do…
-
Hello,
I am trying to test a Slash command by sending it an HTTP payload to the URL set for Slash commands for our app.
I used the [ping command spec on the sample repository ](https://github.co…