Add in Gemfile: group :development, :test do gem 'rspec-rails' gem 'spork-rails' end group :test do gem 'capybara'
Best results in other decks
When testing Ollama vision requests with VCR, the recorded cassettes will contain the full base64-encoded image payloads. A single...
I find it annoying to iterate on a spec that relies on a recorded VCR casette. You constantly have to...