【Rails】RSpecの導入からモデルテストを書き方まで|FactoryBot・Fakerでハマったポイントまとめ
https://qiita.com/masa_tech_0326/items/b5f51a60674113a91158?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
【Rails】RSpecの導入からモデルテストを書き方まで|FactoryBot・Fakerでハマったポイントまとめ
https://qiita.com/masa_tech_0326/items/b5f51a60674113a91158?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
Rails 개발을 위한 AI 코딩 어시스턴트 활용 전략: 생산성 극대화와 주의사항
Rails의 관습적인 패턴인 테스트 코드 생성, 마이그레이션 작성, CRUD 보일러플레이트 제작에서 AI는 50% 이상의 높은 시간 절감 효과를 제공합니다.
#active_record #rspec
https://ruby-news.kr/articles/ai-coding-assistants-rails-what-works
This is an interesting article about parallel testing and CI https://visuality.pl/posts/parallel_tests_without_waiting
⚡ From ~30 minutes to ~2 minutes: how a Rails team achieved ultra-fast CI — without rewriting tests.
Parallel RSpec done right, smart workload balancing, PostgreSQL on tmpfs (RAM), and even reconsidering cloud vs physical hardware.
Inspired by a Kaigi on Rails 2025 talk 🇯🇵

February 18, 2026 Based on a talk from Kaigi on Rails 2025 by Hayato Okumoto (TwoGate CTO) Because life is too short to watch bundle exec rspec scroll by like the credits of an extended director’s …
Hi #ruby community I'm looking for other recommendation here https://codeberg.org/codeDude/romodoro-socket/src/branch/main/lib/romodoro/socket/timer/countdown.rb
I''m not sure how to test this with #Rspec
basically the intention is test if the duration is for example 2 seconds the countdown spend 2 seconds.
Could you gimme ideas please?
shoulda-matchers가 실제로 당신을 위해 하는 일
shoulda-matchers는 Rails 테스트 코드를 간결하고 가독성 높게 만들어주며, 모델의 계약을 명확히 문서화합니다.
#rspec #rails_testing
https://ruby-news.kr/articles/what-shoulda-matchers-is-actually-doing-for-you
RSpec `have_attributes` 내 복잡한 문자열 검증: `satisfy` 매처 활용
RSpec `have_attributes` 매처 사용 시, 문자열 속성에 대한 복합적인 포함/미포함 조건 검증의 한계점을 제시합니다.