Sha256: e8f95a16bba91509d671e023eda2ef2c93bc5d1576540710c9ed4f91ef249bc2
Contents?: true
Size: 319 Bytes
Versions: 25
Compression:
Stored size: 319 Bytes
Contents
require 'spec_helper' RSpec.describe Ollama::Client::Doc do it 'can document commands' do expect(Ollama::Client::Doc.new(:generate).to_s).to match(/generate-a-completion/) end it 'defaults to the whole API document' do expect(Ollama::Client::Doc.new(:nix).to_s).to match(%r(main/docs/api.md)) end end
Version data entries
25 entries across 25 versions & 1 rubygems