jho406

Results 17 comments of jho406

Amended to increment instead. And made the test look a bit nicer.

Hmm.... I think what i'm really interested in is getting this URL from the booking page: Right now, SerpApi returns a `google_flights_url` in the `search_metadata`. When used with the `booking_token`,...

Closing this as https://github.com/thoughtbot/form_props has been created! 🥳

I have a strong preference for RSpec. I think it has more helpful test output and a nice variety of matchers. I'm not too concerned about parallel testing as my...

> Additionally, RSpec needs to play catch-up with Rails as new features are added. I'd like to think that MiniTest needs to play catch up with RSpec 😄 . Stubbing,...

Another scenario to think about. If we default to mini-test as the preferred test suite and ADD gems to make up for https://github.com/thoughtbot/suspenders/pull/1156#issuecomment-1912622007. Then all were doing is removing rspec,...

> Alongside that concept, it also added some built-in assertions as part of [ActiveSupport::Testing::ErrorReporterAssertions](https://edgeapi.rubyonrails.org/classes/ActiveSupport/Testing/ErrorReporterAssertions.html). Does rspec Rails have a similar set of matchers? No, but If we pick things that...

Hi! Author of [props_template](https://github.com/thoughtbot/props_template) here! props_template also has support for deferred props via the `defer` [option](https://github.com/thoughtbot/props_template?tab=readme-ov-file#deferment). When you use that option you can gather all deferred props using [json.deferred!](https://github.com/thoughtbot/props_template?tab=readme-ov-file#jsondeferred) to...