Sha256: 3bee939fd9d7bf54b2034d84ab071e8944dbe866cb01d70dc7900853690b15ba
Contents?: true
Size: 398 Bytes
Versions: 106
Compression:
Stored size: 398 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' describe PWN::Plugins::Ollama do it 'should display information for authors' do authors_response = PWN::Plugins::Ollama expect(authors_response).to respond_to :authors end it 'should display information for existing help method' do help_response = PWN::Plugins::Ollama expect(help_response).to respond_to :help end end
Version data entries
106 entries across 106 versions & 1 rubygems