-
I setup everything properly I believe, following the instructions in the docs. I did StripeMock.start and everything in my tests. However, all of my stripe calls are wrapped in a Service and every tim…
-
# Testing with RSpec book May 2024 status report | Everyday Rails
How it started, how it's going, what I've learned, and a revised delivery timeline for book updates.
[https://everydayrails.com/2024…
-
This is not needed immediately, but this should be in place for general quality assurance.
-
## Abstract
Starting to write tests is overwhelming, when I started testing a year back I couldn't find blogs or videos that were beginner friendly (I am writing a blog about it soon too!!)
This…
-
The issue happens due to the following check in action_cable/testing/rspec.rb:
`if RSpec::Rails::FeatureCheck.respond_to?(:has_action_cable_testing?)`.
It does not account for a fact that though the…
-
We often want to test both features and controller actions for multiple (ideally all) user roles - we should write a set of helpers to allow us to do so (or see if something already exists).
-
Set up RSpec and Capybara testing libraries
Write Unit test for methods
-
https://github.com/gazay/gon/issues/43
---
Awesome, @gazay, thanks for the help! I've created a minimal app that reproduces the issue: git@github.com:KrisBraun/gon-rabl-rspec.git
Should be as simpl…
gazay updated
10 years ago
-
I have written a handler for lita using the hipchat adapter. The handler posts an update to a set array of rooms stored in the handler's class every specified time period by iterating through the arra…
-
We need to build a framework for running behavior tests on generated `vet` binary to ensure we don't end up breaking cli contract. We need to explore if there are any cli testing frameworks. Alternati…